Revert r64460. strtol and friends cannot be marked readonly, even with
[oota-llvm.git] / test / FrontendC++ / 2009-07-15-LineNumbers.cpp
index a8eda77e4a72d70de4d0a2b70fbf89ea55a7ad4b..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 { 2009-07-15-LineNumbers.cpp:25$}
+// RUN:    llc --disable-fp-elim -O0 -relocation-model=pic | grep {2009-07-15-LineNumbers.cpp:25$}
 
 #include <stdlib.h>