Alter 79292 to produce output that actually assembles.
[oota-llvm.git] / test / CodeGen / CBackend / 2007-01-15-NamedArrayType.ll
index a9eeff3bffda005987416b6f3b3ffa32c4ca3000..42fa0d897f66b018c795f56e3ff3969a5097bb54 100644 (file)
@@ -1,5 +1,5 @@
 ; PR918
-; RUN: llvm-as < %s | llc -march=c | not grep fixarray_array3
+; RUN: llvm-as < %s | llc -march=c | not grep {l_structtype_s l_fixarray_array3}
 
 %structtype_s = type { i32 }
 %fixarray_array3 = type [3 x %structtype_s]