diff options
Diffstat (limited to 'test/Assembler/2002-07-25-QuoteInString.llx')
-rw-r--r-- | test/Assembler/2002-07-25-QuoteInString.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-07-25-QuoteInString.llx b/test/Assembler/2002-07-25-QuoteInString.llx index 8da7018..156f979 100644 --- a/test/Assembler/2002-07-25-QuoteInString.llx +++ b/test/Assembler/2002-07-25-QuoteInString.llx @@ -1,5 +1,5 @@ ; Test double quotes in strings work correctly! -; RUN: as < %s | dis | as | dis +; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis ; %str = internal global [6 x sbyte] c"\22foo\22\00" |