Index: tests_lit/llvm2ice_tests/mangle.ll |
diff --git a/tests_lit/llvm2ice_tests/mangle.ll b/tests_lit/llvm2ice_tests/mangle.ll |
index 2d4384e749a221999a9684b7b14ecfa62fdeb385..cae1d1feb9c637b4cf09cea98023753f8837f4cb 100644 |
--- a/tests_lit/llvm2ice_tests/mangle.ll |
+++ b/tests_lit/llvm2ice_tests/mangle.ll |
@@ -4,10 +4,10 @@ |
; REQUIRES: allow_dump |
; RUN: %p2i -i %s --args --verbose none -ffunction-sections | FileCheck %s |
; TODO(stichnot): The following line causes this test to fail. |
-; RUIN: %p2i -i %s --args --verbose none \ |
-; RUIN: | llvm-mc -triple=i686-none-nacl -filetype=obj |
+; RUIN: %p2i --assemble --disassemble -i %s --args --verbose none \ |
+; RUIN: | FileCheck %s |
; RUN: %p2i -i %s --args --verbose none --prefix Subzero -ffunction-sections \ |
-; RUN: | FileCheck --check-prefix=MANGLE %s |
+; RUN: | FileCheck --check-prefix=MANGLE %s |
define internal void @FuncC(i32 %i) { |
entry: |