Index: src/trusted/validator_x86/testdata/32/imm-3byte.test |
diff --git a/src/trusted/validator_x86/testdata/32/imm-3byte.test b/src/trusted/validator_x86/testdata/32/imm-3byte.test |
deleted file mode 100644 |
index 2e60276bf2bb3d4fd2e94faea08f1a6d19cf17ce..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator_x86/testdata/32/imm-3byte.test |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-@hex: |
- # Tests that we recognize instructions with 3 bytes of immediate. |
- # Note: The instruction isn't decoded correctly, but it doesn't matter |
- # since the instruction is NaCl illegal. |
- c8 01 02 03 |
-@nval: |
- VALIDATOR: 0: Illegal instruction |
- *** <input> IS UNSAFE *** |
-@dis: |
- 00000000: c8 01 02 03 enter 0x201, 0x3 |
-@vdis: |
- 0: c8 01 02 03 enter 0x30201, 0x30201 |
-@rdfa_output: |
- 0: [0] unrecognized instruction |
- return code: 1 |