Remove bogus test.
[oota-llvm.git] / test / Assembler / 2003-10-04-NotMergingGlobalConstants.ll
index 47c40d4260624f88ee37bcd06b23e00403437ffa..5fec05d8cbf138e8e74339e8a4b3e06f031285bd 100644 (file)
@@ -1,7 +1,6 @@
-; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
 
-%T = type opaque
-%X = global %T* null
-%Y = global int* null
+%T = type i32
+@X = global i32* null           ; <i32**> [#uses=0]
+@Y = global i32* null           ; <i32**> [#uses=0]
 
-%T = type int