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

Unified Diff: tests/language/external_test.dart

Issue 25673003: Fix language/external_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/external_test.dart
diff --git a/tests/language/external_test.dart b/tests/language/external_test.dart
index 79dc54563c05b7f33a7cba07f71770a8a391c058..06ccb36d7d6722e6befb4ba213749df5c9d438ca 100644
--- a/tests/language/external_test.dart
+++ b/tests/language/external_test.dart
@@ -37,6 +37,9 @@ main() {
} /// 10: continued
} /// 10: continued
+ new Foo().f11(); /// 11: continued
+ new Foo().f12(); /// 12: continued
+
try { /// 13: continued
Foo.f13(); /// 13: continued
} on String catch (exc) { /// 13: continued
@@ -53,4 +56,11 @@ main() {
throw exc; /// 20: continued
} /// 20: continued
} /// 20: continued
+
+ new Foo.n21(); /// 21: continued
+ new Foo.n22(); /// 22: continued
+ new Foo.n23(); /// 23: continued
+
+ t06(1); /// 30: continued
+ t07(1); /// 31: continued
}
« no previous file with comments | « no previous file | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698