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

Unified Diff: tests/compiler/dart2js/field_type_simple_inferer_test.dart

Issue 94463002: More unit test fixes after IR returns different int types for inferrer. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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 | « no previous file | tests/compiler/dart2js/simple_inferrer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/field_type_simple_inferer_test.dart
===================================================================
--- tests/compiler/dart2js/field_type_simple_inferer_test.dart (revision 30752)
+++ tests/compiler/dart2js/field_type_simple_inferer_test.dart (working copy)
@@ -543,7 +543,7 @@
runTest(TEST_19, {'f1': (types) => types.uint31Type,
'f2': (types) => types.stringType,
'f3': (types) => types.dynamicType});
- runTest(TEST_20, {'f': (types) => types.intType.nullable()});
+ runTest(TEST_20, {'f': (types) => types.uint31Type.nullable()});
runTest(TEST_21, {'f': (types) => types.uint31Type.nullable()});
runTest(TEST_22, {'f1': (types) => types.uint31Type,
« no previous file with comments | « no previous file | tests/compiler/dart2js/simple_inferrer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698