diff options
Diffstat (limited to 'llvm/test/CodeGen/BPF/many_args2.ll')
-rw-r--r-- | llvm/test/CodeGen/BPF/many_args2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/BPF/many_args2.ll b/llvm/test/CodeGen/BPF/many_args2.ll index a69886c2b20..08a1179bc5e 100644 --- a/llvm/test/CodeGen/BPF/many_args2.ll +++ b/llvm/test/CodeGen/BPF/many_args2.ll @@ -1,4 +1,4 @@ -; RUN: not llc -march=bpf < %s 2> %t1 +; RUN: not llc -march=bpf -exit-on-error < %s 2> %t1 ; RUN: FileCheck %s < %t1 ; CHECK: too many args |