aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LevelRaise/2003-05-01-CallCast.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LevelRaise/2003-05-01-CallCast.ll')
-rw-r--r--test/Transforms/LevelRaise/2003-05-01-CallCast.ll5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/Transforms/LevelRaise/2003-05-01-CallCast.ll b/test/Transforms/LevelRaise/2003-05-01-CallCast.ll
index 8c5a22e..55557de 100644
--- a/test/Transforms/LevelRaise/2003-05-01-CallCast.ll
+++ b/test/Transforms/LevelRaise/2003-05-01-CallCast.ll
@@ -1,7 +1,4 @@
-; RUN: if as < %s | opt -raise | dis | grep cast
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
+; RUN: as < %s | opt -raise | dis | not grep cast
void %test(...) { ret void }