Chromium Code Reviews| Index: test/NaCl/PNaClABI/abi-call-attributes.ll |
| diff --git a/test/NaCl/PNaClABI/abi-call-attributes.ll b/test/NaCl/PNaClABI/abi-call-attributes.ll |
| index 56c6a8c363df36afd760409101b08bb606ce4e8d..284503208be5f9f0d98c0c46f335c332ecbac21e 100644 |
| --- a/test/NaCl/PNaClABI/abi-call-attributes.ll |
| +++ b/test/NaCl/PNaClABI/abi-call-attributes.ll |
| @@ -1,4 +1,4 @@ |
| -; RUN: pnacl-abicheck < %s | FileCheck %s |
| +; RUN: not pnacl-abicheck < %s | FileCheck %s |
| define void @func(i32 %arg) { |
| ret void |