Index: test/NaCl/PNaClABI/abi-stripped-pointers.ll |
diff --git a/test/NaCl/PNaClABI/abi-stripped-pointers.ll b/test/NaCl/PNaClABI/abi-stripped-pointers.ll |
index 5fccf52300b352beac0102d52bfed77b31dd56dc..143d3feb25c80f33d7a69f565fbc7d7f081f8719 100644 |
--- a/test/NaCl/PNaClABI/abi-stripped-pointers.ll |
+++ b/test/NaCl/PNaClABI/abi-stripped-pointers.ll |
@@ -1,4 +1,4 @@ |
-; RUN: pnacl-abicheck < %s | FileCheck %s |
+; RUN: not pnacl-abicheck < %s | FileCheck %s |
; This test checks that the PNaCl ABI verifier enforces the normal |
; form introduced by the ReplacePtrsWithInts pass. |