Index: tests_lit/llvm2ice_tests/nacl-mem-intrinsics.ll |
diff --git a/tests_lit/llvm2ice_tests/nacl-mem-intrinsics.ll b/tests_lit/llvm2ice_tests/nacl-mem-intrinsics.ll |
index 95f5807ed200ef2e61ec34c1c39b23a0c25307c8..7fb65f1e2130975a6c047c91115ef3cfdb09b26e 100644 |
--- a/tests_lit/llvm2ice_tests/nacl-mem-intrinsics.ll |
+++ b/tests_lit/llvm2ice_tests/nacl-mem-intrinsics.ll |
@@ -1,13 +1,13 @@ |
; This tests the NaCl intrinsics memset, memcpy and memmove. |
; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --disassemble \ |
-; RUN: --target x8632 -i %s --args -O2 -sandbox \ |
+; RUN: --target x8632 --sandbox -i %s --args -O2 \ |
; RUN: | %if --need=target_X8632 --command FileCheck %s |
; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --disassemble \ |
-; RUN: --target x8632 -i %s --args -Om1 --fmem-intrin-opt -sandbox \ |
+; RUN: --target x8632 --sandbox -i %s --args -Om1 --fmem-intrin-opt \ |
; RUN: | %if --need=target_X8632 --command FileCheck %s |
; RUN: %if --need=target_X8632 --command %p2i --filetype=obj --disassemble \ |
-; RUN: --target x8632 -i %s --args -Om1 -sandbox \ |
+; RUN: --target x8632 --sandbox -i %s --args -Om1 \ |
; RUN: | %if --need=target_X8632 --command FileCheck --check-prefix OM1 %s |
; RUN: %if --need=target_ARM32 --need=allow_dump \ |