Index: tests_lit/llvm2ice_tests/nop-insertion.ll |
diff --git a/tests_lit/llvm2ice_tests/nop-insertion.ll b/tests_lit/llvm2ice_tests/nop-insertion.ll |
index c68dd0b4da1bf9675e953c24ae9a49881cd2e720..bfefdcc9672c112451f170cfe5940fe2a3b57f68 100644 |
--- a/tests_lit/llvm2ice_tests/nop-insertion.ll |
+++ b/tests_lit/llvm2ice_tests/nop-insertion.ll |
@@ -14,7 +14,7 @@ |
; RUN: %p2i -i %s --filetype=asm -a -sz-seed=1 -nop-insertion \ |
; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=2 \ |
; RUN: | FileCheck %s --check-prefix=MAXNOPS2 |
-; RUN: %p2i -i %s --filetype=asm -a -sz-seed=1 -nop-insertion -sandbox\ |
+; RUN: %p2i -i %s --filetype=asm --sandbox -a -sz-seed=1 -nop-insertion \ |
; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \ |
; RUN: | FileCheck %s --check-prefix=SANDBOX50 |