Add a test for llvm-ar's 'd' operation.
[oota-llvm.git] / test / Assembler / 2002-04-29-NameBinding.ll
index 1ba9270fcf6b346bc9b251bd2e949f832886ac94..7960c20ddcea9d4b59a685496ebc07f379f971b4 100644 (file)
@@ -4,7 +4,7 @@
 ; Check by running globaldce, which will remove the constant if there are
 ; no references to it!
 ; 
-; RUN: opt %s -globaldce -S | \
+; RUN: opt %s -globaldce -S | \
 ; RUN:   not grep constant
 ;