Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(595)

Unified Diff: test/unittests/wasm/wasm-module-builder-unittest.cc

Issue 2395743003: [wasm] Move test-signatures.h from test/cctest to test/common (Closed)
Patch Set: Delete old build file entries Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/unittests/wasm/loop-assignment-analysis-unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/wasm/wasm-module-builder-unittest.cc
diff --git a/test/unittests/wasm/wasm-module-builder-unittest.cc b/test/unittests/wasm/wasm-module-builder-unittest.cc
index 7044fb8e48ac38f8efbc2df0a4d65962dcfe6742..50049d557ec8b2fb9f56b1919be177b02fe36283 100644
--- a/test/unittests/wasm/wasm-module-builder-unittest.cc
+++ b/test/unittests/wasm/wasm-module-builder-unittest.cc
@@ -9,7 +9,7 @@
#include "src/wasm/ast-decoder.h"
#include "src/wasm/wasm-module-builder.h"
-#include "test/cctest/wasm/test-signatures.h"
+#include "test/common/wasm/test-signatures.h"
namespace v8 {
namespace internal {
« no previous file with comments | « test/unittests/wasm/loop-assignment-analysis-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698