Index: src/trusted/validator_x86/testdata/64/mov_rbp_2_rsp.test |
diff --git a/src/trusted/validator_x86/testdata/64/mov_rbp_2_rsp.test b/src/trusted/validator_x86/testdata/64/mov_rbp_2_rsp.test |
deleted file mode 100644 |
index 8e32cffe4e7d484ab2e1b73e3d2864ba074f548d..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator_x86/testdata/64/mov_rbp_2_rsp.test |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-@hex: |
- # Check that we accept "mov %rsp, %rbp". |
- 48 89 ec |
-@val: |
- VALIDATOR: Checking jump targets: 0 to 3 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> is safe *** |
-@rval: |
- VALIDATOR: Checking jump targets: 0 to 3 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> is safe *** |
-@rvald: |
- VALIDATOR: Checking block alignment and jump targets: 0 to 3 |
- *** <input> is safe *** |
-@vd-rval: |
- VALIDATOR: Checking jump targets: 0 to 3 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> is safe *** |
-@dis: |
- 0000000000000000: 48 89 ec mov %rsp, %rbp |
-@vdis: |
- 0000000000000000: 48 89 ec mov %rsp, %rbp |
-@rdfa_output: |
- return code: 0 |