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

Unified Diff: test/unittests/wasm/switch-logic-unittest.cc

Issue 2408823002: [asmjs] Move switch-logic.h to asmjs/ directory. (Closed)
Patch Set: [asmjs] Move switch-logic.h to asmjs/ directory. 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 | « src/wasm/switch-logic.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/switch-logic-unittest.cc
diff --git a/test/unittests/wasm/switch-logic-unittest.cc b/test/unittests/wasm/switch-logic-unittest.cc
index be587c28bd16bad9dc4c4c75eeb5f042040eeeb6..cc3fbb05ccb1e7a745fb14a8ee82e6b673bb3080 100644
--- a/test/unittests/wasm/switch-logic-unittest.cc
+++ b/test/unittests/wasm/switch-logic-unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/wasm/switch-logic.h"
+#include "src/asmjs/switch-logic.h"
#include "test/unittests/test-utils.h"
namespace v8 {
« no previous file with comments | « src/wasm/switch-logic.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698