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

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

Issue 2302283002: Forking the type system between Crankshaft & Turbofan. (Closed)
Patch Set: Nits. Created 4 years, 3 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/cctest/test-ast-types.cc ('k') | test/cctest/test-types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 813fc61dcd9d926dcefbc3c003bc8a0aaef3e9d9..3ee5aced4ab7b27dc5d3cfdd1f8925fa4f0619bd 100644
--- a/test/cctest/test-field-type-tracking.cc
+++ b/test/cctest/test-field-type-tracking.cc
@@ -2419,8 +2419,8 @@ TEST(FieldTypeConvertSimple) {
Zone zone(isolate->allocator());
- CHECK_EQ(FieldType::Any()->Convert(&zone), Type::NonInternal());
- CHECK_EQ(FieldType::None()->Convert(&zone), Type::None());
+ CHECK_EQ(FieldType::Any()->Convert(&zone), AstType::NonInternal());
+ CHECK_EQ(FieldType::None()->Convert(&zone), AstType::None());
}
// TODO(ishell): add this test once IS_ACCESSOR_FIELD_SUPPORTED is supported.
« no previous file with comments | « test/cctest/test-ast-types.cc ('k') | test/cctest/test-types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698