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

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

Issue 2455073003: Compute NativeBehavior for foreign functions. (Closed)
Patch Set: Cleanup. Created 4 years, 2 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/js_spec_string_test.dart
diff --git a/tests/compiler/dart2js/js_spec_string_test.dart b/tests/compiler/dart2js/js_spec_string_test.dart
index bf18bceb4c1618b3a76b6f93599bb52039daebfa..491356c3239ec6950be4955fc38c9fbabf7f57c8 100644
--- a/tests/compiler/dart2js/js_spec_string_test.dart
+++ b/tests/compiler/dart2js/js_spec_string_test.dart
@@ -57,7 +57,7 @@ void test(String specString,
setThrows: (b) => actualThrows = b,
setIsAllocation: (b) => actualNew = b,
setUseGvn: (b) => actualGvn = b,
- resolveType: (t) => t,
+ lookupType: (t) => t,
typesReturned: actualReturns,
typesInstantiated: actualCreates,
objectType: OBJECT,

Powered by Google App Engine
This is Rietveld 408576698