Fix a bug in the LLParser where we failed to diagnose landingpads with non-constant...
[oota-llvm.git] / test / Assembler / 2003-01-30-UnsignedString.ll
index f99b31a205659f8c35b555ed5e0b11f3aa525cb1..27550ad96adb5ae5a1a65f88732fd91bbff1f651 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
+; RUN: verify-uselistorder %s
 
-
-%spell_order = global [4 x ubyte] c"\FF\00\F7\00"
+@spell_order = global [4 x i8] c"\FF\00\F7\00"