Debug Info: update testing cases to specify the debug info version number.
[oota-llvm.git] / test / Assembler / 2002-04-29-NameBinding.ll
index 9665aef14323d13607fb88681aef6cd2f45ec85d..7960c20ddcea9d4b59a685496ebc07f379f971b4 100644 (file)
@@ -4,7 +4,7 @@
 ; Check by running globaldce, which will remove the constant if there are
 ; no references to it!
 ; 
-; RUN: llvm-as < %s | opt -globaldce | llvm-dis | \
+; RUN: opt < %s -globaldce -S | \
 ; RUN:   not grep constant
 ;