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