diff options
Diffstat (limited to 'llvm/test/Reduce/remove-global-vars.ll')
-rw-r--r-- | llvm/test/Reduce/remove-global-vars.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Reduce/remove-global-vars.ll b/llvm/test/Reduce/remove-global-vars.ll index 07308baa61a..d9fb997d837 100644 --- a/llvm/test/Reduce/remove-global-vars.ll +++ b/llvm/test/Reduce/remove-global-vars.ll @@ -10,8 +10,8 @@ ; then include the rest of the test script ; RUN: cat %p/Inputs/remove-global-vars.py >> %t/test.py -; UN: llvm-reduce --test %t/test.py %s -o %t/out.ll -; UN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s +; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll +; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s ; REQUIRES: plugins ; CHECK: @interesting = global |