XFAIL vg_leak the new test as the rest.
[oota-llvm.git] / test / FrontendC / 2003-12-14-ExternInlineSupport.c
index 510d1f800f4c0a8b81dde1292a8257cc9ae44ec5..a45eb98dca2ad084c145f1e39ff59429d541fecd 100644 (file)
@@ -1,3 +1,3 @@
-// RUN: %llvmgcc -Os -xc %s -c -o - | llvm-dis | not grep dead_function
+// RUN: %llvmgcc -xc %s -S -o - | not grep dead_function
 
 extern __inline__ void dead_function() {}