Index: src/trusted/validator_x86/testdata/32/cs-twobyte.test |
diff --git a/src/trusted/validator_x86/testdata/32/cs-twobyte.test b/src/trusted/validator_x86/testdata/32/cs-twobyte.test |
deleted file mode 100644 |
index 331157527501985acdd2530bae183c37226a2e9f..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator_x86/testdata/32/cs-twobyte.test |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-@hex: |
- # We should disallow a two-byte instruction with a cs prefix. |
- 0f 1f 84 00 00 00 00 00 |
- 2e 0f 1f 84 00 00 00 00 00 |
-@nval: |
- VALIDATOR: 8: Bad prefix usage |
- *** <input> IS UNSAFE *** |
-@dis: |
- 00000000: 0f 1f 84 00 00 00 00 00 nop |
- 00000008: 2e 0f 1f 84 00 00 00 00 00 nop |
-@vdis: |
- 0: 0f 1f 84 00 00 00 00 00 nop |
- 8: 2e 0f 1f 84 00 00 00 00 00 nop |
-@rdfa_output: |
- 8: [0] unrecognized instruction |
- return code: 1 |