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

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

Issue 22903036: Use predicates to check simple function types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 7 years, 4 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/type_representation_test.dart
diff --git a/tests/compiler/dart2js/type_representation_test.dart b/tests/compiler/dart2js/type_representation_test.dart
index 001a0304b31dddb3df0c598821f2077ac3984d7e..8c651f697d756b5dbb32802c55921be6c39112c7 100644
--- a/tests/compiler/dart2js/type_representation_test.dart
+++ b/tests/compiler/dart2js/type_representation_test.dart
@@ -124,7 +124,7 @@ void testTypeRepresentations() {
env.getElement('m3').computeType(env.compiler));
// m4() {}
- expect('{$func: "dynamic_"}',
+ expect('{$func: "args0"}',
env.getElement('m4').computeType(env.compiler));
// m5(int a, String b) {}
« no previous file with comments | « tests/compiler/dart2js/simple_function_subtype_test.dart ('k') | tests/language/function_subtype_simple0_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698