| Index: test/MC/X86/nacl-autosandbox/scratch-clear-2x.s
|
| diff --git a/test/MC/X86/nacl-autosandbox/scratch-pushpop.s b/test/MC/X86/nacl-autosandbox/scratch-clear-2x.s
|
| similarity index 55%
|
| copy from test/MC/X86/nacl-autosandbox/scratch-pushpop.s
|
| copy to test/MC/X86/nacl-autosandbox/scratch-clear-2x.s
|
| index e9db25c32aa24e29995f34df4bc743d9e5f0cd40..e09b64b2996b0842fac6cd5a02457d3e8a9913a1 100644
|
| --- a/test/MC/X86/nacl-autosandbox/scratch-pushpop.s
|
| +++ b/test/MC/X86/nacl-autosandbox/scratch-clear-2x.s
|
| @@ -1,6 +1,7 @@
|
| // RUN: llvm-mc -nacl-enable-auto-sandboxing -filetype asm -triple i386-unknown-nacl %s
|
|
|
| -// Tests a basic .scratch and .unscratch sequence, should succeed
|
| +// Extra .scratch_clear directive. Should not fail.
|
|
|
| .scratch %ecx
|
| -.unscratch
|
| +.scratch_clear
|
| +.scratch_clear
|
|
|