| Index: tests_lit/llvm2ice_tests/icmp-simple.ll | 
| diff --git a/tests_lit/llvm2ice_tests/icmp-simple.ll b/tests_lit/llvm2ice_tests/icmp-simple.ll | 
| index dc97a9bf29834ed841f1b784851e41b4c8554cc6..f6ca8d5855b99e3384a5fafbe9cd3737da8db68d 100644 | 
| --- a/tests_lit/llvm2ice_tests/icmp-simple.ll | 
| +++ b/tests_lit/llvm2ice_tests/icmp-simple.ll | 
| @@ -1,5 +1,7 @@ | 
| -; RUIN: %llvm2ice -verbose inst %s | FileCheck %s | 
| -; RUIN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s | 
| +; Trivial structural test of 64-bit icmp instructions. | 
| + | 
| +; RUN: %llvm2ice --verbose inst %s | FileCheck %s | 
| +; RUN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s | 
| ; RUN: %llvm2iceinsts %s | %szdiff %s | FileCheck --check-prefix=DUMP %s | 
| ; RUN: %llvm2iceinsts --pnacl %s | %szdiff %s \ | 
| ; RUN:                           | FileCheck --check-prefix=DUMP %s | 
|  |