Not all ASM has # for comments.
[oota-llvm.git] / test / FrontendC++ / 2009-07-15-LineNumbers.cpp
index 54624a36666e91f32f381e9f10d7dbb6eb98fc0d..d603aa738f69f404061b93cc6b6a1fd0de45e6e6 100644 (file)
@@ -1,8 +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 - | llvm-as | \
-// RUN:    llc --disable-fp-elim -O0 -relocation-model=pic | grep {# SrcLine 25}
-// XFAIL: *
+// RUN:    llc --disable-fp-elim -O0 -relocation-model=pic | grep {SrcLine 25}
 
 #include <stdlib.h>