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

Unified Diff: tests/language/regress_28278_test.dart

Issue 2613203002: Make test work with Dartium. (Closed)
Patch Set: Created 3 years, 11 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: tests/language/regress_28278_test.dart
diff --git a/tests/language/regress_28278_test.dart b/tests/language/regress_28278_test.dart
index 813938dc9d3b2fcfa8a78fc0adc7e90d741cabbe..08d276f0af463d117678c735f0747d1054cbdcaf 100644
--- a/tests/language/regress_28278_test.dart
+++ b/tests/language/regress_28278_test.dart
@@ -18,7 +18,7 @@ class D {
}
-main(args) async {
+main() async {
var d = new D();
await d.m();
await d.m();
« 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