Revert r64460. strtol and friends cannot be marked readonly, even with
[oota-llvm.git] / test / FrontendC++ / 2009-07-15-LineNumbers.cpp
index 5b448eae14bbd6ff65bb4401a5b1cd454bb8b4a7..e1cc81f40f79d80521e402108c9c09e4f2454487 100644 (file)
@@ -1,7 +1,7 @@
 // This is a regression test on debug info to make sure that we can
 // print line numbers in asm.
 // RUN: %llvmgcc -S -O0 -g %s -o - | \
-// RUN:    llc --disable-fp-elim -O0 -relocation-model=pic | grep {SrcLine 25}
+// RUN:    llc --disable-fp-elim -O0 -relocation-model=pic | grep {2009-07-15-LineNumbers.cpp:25$}
 
 #include <stdlib.h>