Index: test/cctest/test-run-wasm-relocation-x87.cc |
diff --git a/test/cctest/test-run-wasm-relocation-ia32.cc b/test/cctest/test-run-wasm-relocation-x87.cc |
similarity index 98% |
copy from test/cctest/test-run-wasm-relocation-ia32.cc |
copy to test/cctest/test-run-wasm-relocation-x87.cc |
index ed696e17c128445d6c6faeb6a3086c426fc40490..d74a10761d04e38c5ceacff1c25a83dbb09728da 100644 |
--- a/test/cctest/test-run-wasm-relocation-ia32.cc |
+++ b/test/cctest/test-run-wasm-relocation-x87.cc |
@@ -9,9 +9,9 @@ |
#include "src/debug/debug.h" |
#include "src/disasm.h" |
#include "src/disassembler.h" |
-#include "src/ia32/frames-ia32.h" |
#include "src/ic/ic.h" |
#include "src/macro-assembler.h" |
+#include "src/x87/frames-x87.h" |
#include "test/cctest/cctest.h" |
#include "test/cctest/compiler/c-signature.h" |
#include "test/cctest/compiler/call-tester.h" |