diff options
Diffstat (limited to 'test/Assembler/2003-01-30-UnsignedString.ll')
-rw-r--r-- | test/Assembler/2003-01-30-UnsignedString.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Assembler/2003-01-30-UnsignedString.ll b/test/Assembler/2003-01-30-UnsignedString.ll index f99b31a..6d221a8 100644 --- a/test/Assembler/2003-01-30-UnsignedString.ll +++ b/test/Assembler/2003-01-30-UnsignedString.ll @@ -1,5 +1,4 @@ -; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f +; RUN: llvm-as < %s -o /dev/null -f - -%spell_order = global [4 x ubyte] c"\FF\00\F7\00" +@spell_order = global [4 x i8] c"\FF\00\F7\00" |