summaryrefslogtreecommitdiff
path: root/test/Assembler/2002-07-14-InternalLossage.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2002-07-14-InternalLossage.llx')
-rw-r--r--test/Assembler/2002-07-14-InternalLossage.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-07-14-InternalLossage.llx b/test/Assembler/2002-07-14-InternalLossage.llx
index 31469649c2..51f88e4d61 100644
--- a/test/Assembler/2002-07-14-InternalLossage.llx
+++ b/test/Assembler/2002-07-14-InternalLossage.llx
@@ -1,6 +1,6 @@
; Test to make sure that the 'internal' tag is not lost!
;
-; RUN: llvm-as < %s | llvm-dis | grep internal
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep internal
declare void %foo()
implementation