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

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

Issue 59073003: Version 0.8.10.4 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
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 | « dart/tests/co19/co19-runtime.status ('k') | dart/tests/compiler/dart2js/cpa_inference_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/compiler/dart2js/compiler_helper.dart
===================================================================
--- dart/tests/compiler/dart2js/compiler_helper.dart (revision 29808)
+++ dart/tests/compiler/dart2js/compiler_helper.dart (working copy)
@@ -157,13 +157,9 @@
case 'subtype': return new types.TypeMask.subtype(element);
case 'nonNullSubtype': return new types.TypeMask.nonNullSubtype(element);
}
- Expect.fail('Unknown HType constructor $how');
+ Expect.fail('Unknown TypeMask constructor $how');
}
-ssa.HType findHType(compiler, String name, [String how = 'nonNullExact']) {
- return new ssa.HType.fromMask(findTypeMask(compiler, name, how), compiler);
-}
-
String anyIdentifier = "[a-zA-Z][a-zA-Z0-9]*";
String getIntTypeCheck(String variable) {
« no previous file with comments | « dart/tests/co19/co19-runtime.status ('k') | dart/tests/compiler/dart2js/cpa_inference_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698