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

Unified Diff: test/mjsunit/harmony/typesystem/object-types.js

Issue 1817353003: Add tests for variable declarations (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@types
Patch Set: Created 4 years, 9 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-parsing.cc ('k') | test/mjsunit/harmony/typesystem/simple-types.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/harmony/typesystem/object-types.js
diff --git a/test/mjsunit/harmony/typesystem/object-types.js b/test/mjsunit/harmony/typesystem/object-types.js
index 2062e724acad30fdbe772b684b80214906d0c309..0b67db2bfbea29c528d6e95f246fe74c13eccb9b 100644
--- a/test/mjsunit/harmony/typesystem/object-types.js
+++ b/test/mjsunit/harmony/typesystem/object-types.js
@@ -16,7 +16,7 @@ let test_size = 1000;
(function TestObjectTypes(size) {
Test(size, [
- new TestGen(4, ValidObjectTypes, [CheckValid]),
- new TestGen(1, InvalidObjectTypes, [CheckInvalid])
+ new TestGen(4, ValidObjectTypes, [CheckValidType]),
+ new TestGen(1, InvalidObjectTypes, [CheckInvalidType])
]);
})(test_size);
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | test/mjsunit/harmony/typesystem/simple-types.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698