Chromium Code Reviews| Index: test/NaCl/PNaClABI/abi-varargs.ll |
| diff --git a/test/NaCl/PNaClABI/abi-varargs.ll b/test/NaCl/PNaClABI/abi-varargs.ll |
| index dac94e00e0af9c2437f3f42863712b6acf6c5000..58e98c83251e434acce42e060a6f29faca6f181e 100644 |
| --- a/test/NaCl/PNaClABI/abi-varargs.ll |
| +++ b/test/NaCl/PNaClABI/abi-varargs.ll |
| @@ -1,4 +1,4 @@ |
| -; RUN: pnacl-abicheck < %s | FileCheck %s |
| +; RUN: not pnacl-abicheck < %s | FileCheck %s |
| define void @varargs_func(i32 %arg, ...) { |
| ret void |