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

Unified Diff: test/browser/language_tests.js

Issue 1309383003: fix cascade on ThisExpression (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_codegen.dart ('k') | test/codegen/language/cascade_in_expression_function_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 d8f8f491d993046b121eb67781b2b37e8cc732e7..f42ae14e1f845e927e3e9bf882d2468772a8b259 100644
--- a/test/browser/language_tests.js
+++ b/test/browser/language_tests.js
@@ -35,6 +35,10 @@
}
}
+ suite('cascade', () => {
+ dartLanguageTests(['cascade_in_expression_function_test']);
+ });
+
suite('null aware ops', () => {
dartLanguageTests([
['conditional_method_invocation_test', 'none', 1, 2, 3, 4],
« no previous file with comments | « lib/src/codegen/js_codegen.dart ('k') | test/codegen/language/cascade_in_expression_function_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698