Chromium Code Reviews

Unified Diff: test/cctest/test-field-type-tracking.cc

Issue 2309823002: [turbofan] put src/types.[h/cc] into src/compiler/types.[h/cc] (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/cctest/test-field-type-tracking.cc
diff --git a/test/cctest/test-field-type-tracking.cc b/test/cctest/test-field-type-tracking.cc
index 3ee5aced4ab7b27dc5d3cfdd1f8925fa4f0619bd..0d9ea846fd070de0f7a1ae5df37b9833ac6bd099 100644
--- a/test/cctest/test-field-type-tracking.cc
+++ b/test/cctest/test-field-type-tracking.cc
@@ -18,7 +18,7 @@
#include "src/global-handles.h"
#include "src/ic/stub-cache.h"
#include "src/macro-assembler.h"
-#include "src/types.h"
+// #include "src/types.h"
Michael Starzinger 2016/09/05 14:22:35 nit: Can we remove the line instead of commenting
mvstanton 2016/09/05 14:51:41 Done.
using namespace v8::internal;
« no previous file with comments | « src/v8.gyp ('k') | test/cctest/test-representation.cc » ('j') | test/cctest/test-types.cc » ('J')

Powered by Google App Engine