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

Unified Diff: dart/tests/language/syntax_test.dart

Issue 10824370: Update test to work with on-demand compilation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/syntax_test.dart
diff --git a/dart/tests/language/syntax_test.dart b/dart/tests/language/syntax_test.dart
index 6d176c05386344fffb7caa4bd40aa8516e74ff82..4c874ec2eff59ae94d293db0a7c27fa138d9c14d 100644
--- a/dart/tests/language/syntax_test.dart
+++ b/dart/tests/language/syntax_test.dart
@@ -181,6 +181,8 @@ extends void /// 49: compile-time error
main() {
try {
new SyntaxTest();
+ new SyntaxTest().foo(); /// 02: continued
+ SyntaxTest.foo(); /// 03: continued
fisk(); /// 27: continued
new Window();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698