Chromium Code Reviews| Index: test/NaCl/PNaClABI/module-asm.ll |
| diff --git a/test/NaCl/PNaClABI/module-asm.ll b/test/NaCl/PNaClABI/module-asm.ll |
| index aab7c709e82760f38f4be6565688647813b9eb43..cd32554f59fdb704c9bcfc87955d836af05a2855 100644 |
| --- a/test/NaCl/PNaClABI/module-asm.ll |
| +++ b/test/NaCl/PNaClABI/module-asm.ll |
| @@ -1,4 +1,4 @@ |
| -; RUN: pnacl-abicheck < %s | FileCheck %s |
| +; RUN: not pnacl-abicheck < %s | FileCheck %s |
| module asm "foo" |
| ; CHECK: Module contains disallowed top-level inline assembly |