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

Unified Diff: test/browser/language_tests.js

Issue 1310513013: fixes #314, super method tear offs (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: add test Created 5 years, 3 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: test/browser/language_tests.js
diff --git a/test/browser/language_tests.js b/test/browser/language_tests.js
index a6bb9171c15d407c41006959e21a0001d79cb639..b6405cd81dca1cebd32867927a1735e8dc3219a8 100644
--- a/test/browser/language_tests.js
+++ b/test/browser/language_tests.js
@@ -42,6 +42,13 @@
]);
});
+ suite('method binding', () => {
+ dartLanguageTests([
+ ['super_bound_closure_test', 'none'],
+ 'method_binding_test'
+ ]);
+ });
+
suite('dynamic type literal', () => {
dartLanguageTests([
['const_dynamic_type_literal_test', 'none', 1, 3]

Powered by Google App Engine
This is Rietveld 408576698