We shouldn't have tests for features we don't have yet.
[oota-llvm.git] / test / CFrontend / 2006-01-13-Includes.c
index c794a230e7e042f79f2792cc56eaa5e1cb88d1a4..46e7867a28230a4ddc462167ecc1c8533cd85123 100644 (file)
@@ -1,4 +1,6 @@
-// RUN: %llvmgcc %s -g -S -o - | gccas | llvm-dis | grep "test/Regression/CFrontend"
+// RUN: %llvmgcc %s -g -S -o - | llvm-as | opt -std-compile-opts | \
+// RUN:   llvm-dis | grep {test/CFrontend}
+// PR676
 
 #include <stdio.h>