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

Unified Diff: test/mjsunit/harmony/typesystem/tuple-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/mjsunit/harmony/typesystem/testgen.js ('k') | test/mjsunit/harmony/typesystem/type-parameters.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/harmony/typesystem/tuple-types.js
diff --git a/test/mjsunit/harmony/typesystem/tuple-types.js b/test/mjsunit/harmony/typesystem/tuple-types.js
index 8a815cb4983f44c76cbe343624f9965995c7adcb..be9d05b50e7514faea9d51a37a41c277f89ff1ec 100644
--- a/test/mjsunit/harmony/typesystem/tuple-types.js
+++ b/test/mjsunit/harmony/typesystem/tuple-types.js
@@ -16,7 +16,7 @@ let test_size = 1000;
(function TestTupleTypes(size) {
Test(size, [
- new TestGen(4, ValidTupleTypes, [CheckValid]),
- new TestGen(1, InvalidTupleTypes, [CheckInvalid])
+ new TestGen(4, ValidTupleTypes, [CheckValidType]),
+ new TestGen(1, InvalidTupleTypes, [CheckInvalidType])
]);
})(test_size);
« no previous file with comments | « test/mjsunit/harmony/typesystem/testgen.js ('k') | test/mjsunit/harmony/typesystem/type-parameters.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698