| 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 1300832b3874a0dd0f563996a5baf43e215cbb00..adff9ac8f80fc65c9ab9dcebb353705282c69da6 100644
 | 
| --- a/tests_lit/llvm2ice_tests/nop-insertion.ll
 | 
| +++ b/tests_lit/llvm2ice_tests/nop-insertion.ll
 | 
| @@ -1,11 +1,16 @@
 | 
|  ; This is a smoke test of nop insertion.
 | 
|  
 | 
| +; Don't use integrated-as because this currently depends on the # variant
 | 
| +; assembler comment.
 | 
|  ; RUN: %llvm2ice -rng-seed=1 -nop-insertion -nop-insertion-percentage=50 \
 | 
| -; RUN:    -max-nops-per-instruction=1 %s | FileCheck %s --check-prefix=PROB50
 | 
| +; RUN:    -max-nops-per-instruction=1 -integrated-as=false %s \
 | 
| +; RUN:    | FileCheck %s --check-prefix=PROB50
 | 
|  ; RUN: %llvm2ice -rng-seed=1 -nop-insertion -nop-insertion-percentage=90 \
 | 
| -; RUN:    -max-nops-per-instruction=1 %s | FileCheck %s --check-prefix=PROB90
 | 
| +; RUN:    -max-nops-per-instruction=1 -integrated-as=false %s \
 | 
| +; RUN:    | FileCheck %s --check-prefix=PROB90
 | 
|  ; RUN: %llvm2ice -rng-seed=1 -nop-insertion -nop-insertion-percentage=50 \
 | 
| -; RUN:    -max-nops-per-instruction=2 %s | FileCheck %s --check-prefix=MAXNOPS2
 | 
| +; RUN:    -max-nops-per-instruction=2 -integrated-as=false %s \
 | 
| +; RUN:    | FileCheck %s --check-prefix=MAXNOPS2
 | 
|  
 | 
|  define <4 x i32> @mul_v4i32(<4 x i32> %a, <4 x i32> %b) {
 | 
|  entry:
 | 
| 
 |