diff options
Diffstat (limited to 'llvm/test/Reduce/remove-funcs.ll')
-rw-r--r-- | llvm/test/Reduce/remove-funcs.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Reduce/remove-funcs.ll b/llvm/test/Reduce/remove-funcs.ll index 2912a49157c..d8b493d819c 100644 --- a/llvm/test/Reduce/remove-funcs.ll +++ b/llvm/test/Reduce/remove-funcs.ll @@ -10,8 +10,8 @@ ; then include the rest of the test script ; RUN: cat %p/Inputs/remove-funcs.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 define i32 @uninteresting1() { |