Index: test/MC/X86/nacl-autosandbox/scratch-pushpop-3x.s |
diff --git a/test/MC/X86/nacl-autosandbox/scratch-pushpop-3x.s b/test/MC/X86/nacl-autosandbox/scratch-pushpop-3x.s |
deleted file mode 100644 |
index 1f733ffdf7af346eb9804a00339b45e56181c060..0000000000000000000000000000000000000000 |
--- a/test/MC/X86/nacl-autosandbox/scratch-pushpop-3x.s |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-// RUN: llvm-mc -nacl-enable-auto-sandboxing -filetype asm -triple i386-unknown-nacl %s |
- |
-// Tests a more complicated sequence of .scratch/.unscratch |
-// should succeed |
- |
-.scratch %ecx |
-.unscratch |
-.scratch %ecx |
-.scratch %edx |
-.unscratch |
-.unscratch |