Do not emit line number entries for unknown debug values.
[oota-llvm.git] / test / FrontendObjC / 2009-08-17-DebugInfo.m
index 0bc4e9a6d6c3d8148120da56d0482ce69fcc4c7f..2c72e9532ceb8c4989b4d59948c90ec585940e24 100644 (file)
@@ -1,6 +1,6 @@
 // This is a regression test on debug info to make sure that we can set a
 // breakpoint on a objective message.
-// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | llc -o %t.s -O0
+// RUN: %llvmgcc -S -O0 -g %s -o - | llc -o %t.s -O0
 // RUN: %compile_c %t.s -o %t.o
 // RUN: %link %t.o -o %t.exe -framework Foundation
 // RUN: echo {break randomFunc\n} > %t.in