this test isn't useful since we added @ notation for globals.
[oota-llvm.git] / test / Assembler / 2002-10-13-ConstantEncodingProblem.llx
index 8f12eb65caed79bc523802d5cbcc52a0e7b4422f..bf3a52154342d94b57fe8b4977f0bb196afc8adc 100644 (file)
@@ -1,8 +1,5 @@
-; RUN: as < %s | dis
+; RUN: llvm-as < %s | llvm-dis
 
 %Domain = type { %Domain**, %Domain* }
-
-%D = global %Domain { %Domain** null, %Domain* null }
-
-implementation
+@D = global %Domain zeroinitializer             ; <%Domain*> [#uses=0]