Index: tests_lit/llvm2ice_tests/align-spill-locations.ll |
diff --git a/tests_lit/llvm2ice_tests/align-spill-locations.ll b/tests_lit/llvm2ice_tests/align-spill-locations.ll |
index c5121bd74bedee43785f5467a6a9075971af462c..f400751692281bfd53922c514db1a6c75caf52f6 100644 |
--- a/tests_lit/llvm2ice_tests/align-spill-locations.ll |
+++ b/tests_lit/llvm2ice_tests/align-spill-locations.ll |
@@ -3,10 +3,10 @@ |
; TODO(kschimpf) Find out why lc2i needed. |
; REQUIRES: allow_llvm_ir_as_input |
; RUN: %lc2i -i %s --args --verbose none \ |
-; RUN: | llvm-mc -triple=i686-none-nacl -x86-asm-syntax=intel -filetype=obj \ |
+; RUN: | llvm-mc -triple=i686-none-nacl -filetype=obj \ |
; RUN: | llvm-objdump -d --symbolize -x86-asm-syntax=intel - | FileCheck %s |
; RUN: %lc2i -i %s --args -O2 --verbose none \ |
-; RUN: | llvm-mc -triple=i686-none-nacl -x86-asm-syntax=intel -filetype=obj \ |
+; RUN: | llvm-mc -triple=i686-none-nacl -filetype=obj \ |
; RUN: | llvm-objdump -d --symbolize -x86-asm-syntax=intel - | FileCheck %s |
; RUN: %lc2i -i %s --args --verbose none | FileCheck --check-prefix=ERRORS %s |