summaryrefslogtreecommitdiff
path: root/test/Assembler/2002-07-25-QuoteInString.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2002-07-25-QuoteInString.llx')
-rw-r--r--test/Assembler/2002-07-25-QuoteInString.llx2
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 156f97963b..59a664e054 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: llvm-as < %s | llvm-dis | llvm-as | llvm-dis
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | llvm-as | llvm-dis
;
%str = internal global [6 x sbyte] c"\22foo\22\00"