diff options
Diffstat (limited to 'test/Assembler/2002-07-31-SlashInString.llx')
-rw-r--r-- | test/Assembler/2002-07-31-SlashInString.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-07-31-SlashInString.llx b/test/Assembler/2002-07-31-SlashInString.llx index 5b6daf0..4408f0a 100644 --- a/test/Assembler/2002-07-31-SlashInString.llx +++ b/test/Assembler/2002-07-31-SlashInString.llx @@ -1,4 +1,4 @@ -; RUN: as < %s | dis | as +; RUN: llvm-as < %s | llvm-dis | llvm-as ; Make sure that \\ works in a string initializer %Slashtest = internal global [8 x sbyte] c"\5Cbegin{\00" |