Don't spew bitcode to standard out if this test
[oota-llvm.git] / test / Assembler / 2002-04-05-TypeParsing.ll
index ce2a90a0cec8dc1d4eebfb43716e928f777bca84..82db75f1ce978bbd1ebad0726b90fae8eeedc4e9 100644 (file)
@@ -1,8 +1,3 @@
-; RUN: llvm-as < %s -o /dev/null -f
-
-  %Hosp = type {
-                 { \2 *, { \2, \4 } * },
-                 { \2 *, { \2, \4 } * }
-               }
-
-implementation
+; RUN: llvm-as %s -o /dev/null -f
+  
+ %Hosp = type { { \2*, { \2, %Hosp }* }, { \2*, { \2, %Hosp }* } }