Index: tests_lit/llvm2ice_tests/call.ll |
diff --git a/tests_lit/llvm2ice_tests/call.ll b/tests_lit/llvm2ice_tests/call.ll |
index ee9c74caa184ae0b7e31585110b6698e037c1bac..357a43046d1e0d47ec462babfddbfb95561bb115 100644 |
--- a/tests_lit/llvm2ice_tests/call.ll |
+++ b/tests_lit/llvm2ice_tests/call.ll |
@@ -2,8 +2,6 @@ |
; currently only verify the function labels. |
jvoung (off chromium)
2014/11/04 18:00:55
Hmm, this one doesn't seem to be checking for much
Jim Stichnoth
2014/11/04 18:09:40
Good point. Removing the test.
|
; RUN: %p2i -i %s --args --verbose inst | FileCheck %s |
-; RUN: %p2i -i %s --args --verbose none | FileCheck --check-prefix=ERRORS %s |
-; RUN: %p2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s |
define i32 @fib(i32 %n) { |
; CHECK: define i32 @fib |
@@ -65,6 +63,3 @@ if.then: ; preds = %entry, %if.then |
if.end: ; preds = %if.then, %entry |
ret void |
} |
- |
-; ERRORS-NOT: ICE translation error |
-; DUMP-NOT: SZ |