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

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

Issue 2722753002: Remove HRuntimeType implementation (Closed)
Patch Set: Created 3 years, 10 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
Index: tests/compiler/dart2js/mock_libraries.dart
diff --git a/tests/compiler/dart2js/mock_libraries.dart b/tests/compiler/dart2js/mock_libraries.dart
index 97ad29f90faec8eaf181c95d1f915c562822e3c1..14cb27809c2ad6682c65dacb7c8ec20519c10882 100644
--- a/tests/compiler/dart2js/mock_libraries.dart
+++ b/tests/compiler/dart2js/mock_libraries.dart
@@ -183,6 +183,9 @@ const Map<String, String> DEFAULT_JS_HELPER_LIBRARY = const <String, String>{
buildNamedFunctionType(null, null, null);
buildInterfaceType(null, null);
}''',
+ 'functionTypeTest': r'functionTypeTest(f, t) {}',
+ 'functionTypeCast': r'functionTypeCast(f, t) { return f; }',
+ 'functionTypeCheck': r'functionTypeCheck(f, t) { return f; }',
'getFallThroughError': 'getFallThroughError() {}',
'getIsolateAffinityTag': 'getIsolateAffinityTag(_) {}',
'getRuntimeTypeArgument':

Powered by Google App Engine
This is Rietveld 408576698