Chromium Code Reviews| Index: test/MC/X86/nacl-autosandbox/unscratch-2x-fail.s |
| diff --git a/test/MC/X86/nacl-autosandbox/unscratch-2x-fail.s b/test/MC/X86/nacl-autosandbox/unscratch-2x-fail.s |
| deleted file mode 100644 |
| index 95216defa9afbb4135300f3173da0d28c5251489..0000000000000000000000000000000000000000 |
| --- a/test/MC/X86/nacl-autosandbox/unscratch-2x-fail.s |
| +++ /dev/null |
| @@ -1,8 +0,0 @@ |
| -// RUN: not llvm-mc -nacl-enable-auto-sandboxing -filetype asm -triple i386-unknown-nacl %s 2>&1 | FileCheck %s |
| - |
| -// Extraneous .unscratch directive. The assembler should fail. |
| - |
| -.scratch %ecx |
| -.unscratch |
| -// CHECK: No scratch registers specified |
| -.unscratch |