Eliminate the use of gccas in the test suite.
[oota-llvm.git] / test / CFrontend / 2006-03-03-MissingInitializer.c
index 5a2acb588c03381f9a9418f4a6fecae2627913d0..e791784e509765029f1916ac89cdbaabddcb405a 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: %llvmgcc %s -S -o - | gccas | llvm-dis | grep nate | grep 'global i32 0'
+// RUN: %llvmgcc %s -S -o - | llvm-as | opt -std-compile-opts | \
+// RUN:    llvm-dis | grep '@nate.*internal global i32 0'
 
 struct X { int *XX; int Y;};