this test isn't useful since we added @ notation for globals.
[oota-llvm.git] / test / Assembler / 2002-04-05-TypeParsing.ll
index 3418de9447fe5ee70cf3516d185cb70770e782d0..60e704fbed2a773c44a16b6e64535dba5b87aabd 100644 (file)
@@ -1,8 +1,3 @@
-; RUN: llvm-upgrade < %s | llvm-as -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 }* } }