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