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

Unified Diff: test/browser/language_tests.js

Issue 1328303002: fix implicit_scope_test and builtin_identifier_test (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: format 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/js/printer.dart ('k') | test/codegen/language/built_in_identifier_test.dart » ('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 bf2a0b6d12494ac8c87856db8523ccde4658c206..a6bb9171c15d407c41006959e21a0001d79cb639 100644
--- a/test/browser/language_tests.js
+++ b/test/browser/language_tests.js
@@ -35,6 +35,13 @@
}
}
+ suite('scoping', () => {
+ dartLanguageTests([
+ 'implicit_scope_test',
+ ['built_in_identifier_test', 'none', 1]
+ ]);
+ });
+
suite('dynamic type literal', () => {
dartLanguageTests([
['const_dynamic_type_literal_test', 'none', 1, 3]
« no previous file with comments | « lib/src/js/printer.dart ('k') | test/codegen/language/built_in_identifier_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698