Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Assembler / 2002-07-14-InternalLossage.llx
index 31469649c2cf93e70ed0a402e251c9a147fc6abc..51f88e4d616fa244d61047c83cd4e22c470e2159 100644 (file)
@@ -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