Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / PruneEH / recursivetest.ll
index 231c7b373819862d9388724a8347463dbe130db8..724c7cf224c1f02ccc6953665a3ecb375b24c098 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -prune-eh | llvm-dis | not grep invoke
+; RUN: opt < %s -prune-eh -S | not grep invoke
 
 define internal i32 @foo() {
        invoke i32 @foo( )