| Index: test/NaCl/PNaClABI/intrinsics.ll
|
| diff --git a/test/NaCl/PNaClABI/intrinsics.ll b/test/NaCl/PNaClABI/intrinsics.ll
|
| index 4d86eb0c2cc16386552c3fab3bb07d30460d4bee..e739a94d577afa66164cff62f65fc319d1079453 100644
|
| --- a/test/NaCl/PNaClABI/intrinsics.ll
|
| +++ b/test/NaCl/PNaClABI/intrinsics.ll
|
| @@ -1,5 +1,5 @@
|
| -; RUN: pnacl-abicheck < %s | FileCheck %s
|
| -; RUN: pnacl-abicheck -pnaclabi-allow-debug-metadata < %s | \
|
| +; RUN: not pnacl-abicheck < %s | FileCheck %s
|
| +; RUN: not pnacl-abicheck -pnaclabi-allow-debug-metadata < %s | \
|
| ; RUN: FileCheck %s --check-prefix=DBG
|
|
|
| ; Test that only white-listed intrinsics are allowed.
|
|
|