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

Unified Diff: test/browser/language_tests.js

Issue 1310943005: fix `dynamic` type literal (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: 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
« no previous file with comments | « lib/src/codegen/js_module_item_order.dart ('k') | test/codegen/expect/sunflower/sunflower.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/browser/language_tests.js
diff --git a/test/browser/language_tests.js b/test/browser/language_tests.js
index f42ae14e1f845e927e3e9bf882d2468772a8b259..bf2a0b6d12494ac8c87856db8523ccde4658c206 100644
--- a/test/browser/language_tests.js
+++ b/test/browser/language_tests.js
@@ -35,6 +35,12 @@
}
}
+ suite('dynamic type literal', () => {
+ dartLanguageTests([
+ ['const_dynamic_type_literal_test', 'none', 1, 3]
+ ]);
+ });
+
suite('cascade', () => {
dartLanguageTests(['cascade_in_expression_function_test']);
});
« no previous file with comments | « lib/src/codegen/js_module_item_order.dart ('k') | test/codegen/expect/sunflower/sunflower.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698