| Index: test/cctest/wasm/test-run-wasm-js.cc
|
| diff --git a/test/cctest/wasm/test-run-wasm-js.cc b/test/cctest/wasm/test-run-wasm-js.cc
|
| index 5fbd1fa97206a6221fa3e9d2a188201076d8e76f..c0307e05117276ad4c30e2fe2135e68943110294 100644
|
| --- a/test/cctest/wasm/test-run-wasm-js.cc
|
| +++ b/test/cctest/wasm/test-run-wasm-js.cc
|
| @@ -11,8 +11,8 @@
|
|
|
| #include "test/cctest/cctest.h"
|
| #include "test/cctest/compiler/value-helper.h"
|
| -#include "test/cctest/wasm/test-signatures.h"
|
| #include "test/cctest/wasm/wasm-run-utils.h"
|
| +#include "test/common/wasm/test-signatures.h"
|
|
|
| using namespace v8::base;
|
| using namespace v8::internal;
|
|
|