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

Unified Diff: tests/lib/mirrors/mirrors_reader_test.dart

Issue 157453002: Fix dartium build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 | « tests/lib/lib.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/mirrors_reader_test.dart
diff --git a/tests/lib/mirrors/mirrors_reader_test.dart b/tests/lib/mirrors/mirrors_reader_test.dart
index 099d043ef6884e1c51ede6a9991190ccf51ce3ea..4cd7b8cfd109cb79dba0caaeef817703d2b120f0 100644
--- a/tests/lib/mirrors/mirrors_reader_test.dart
+++ b/tests/lib/mirrors/mirrors_reader_test.dart
@@ -44,7 +44,7 @@ class RuntimeMirrorsReader extends MirrorsReader {
}
}
-void main(List<String> arguments) {
+void main([List<String> arguments = const <String>[]]) {
Johnni Winther 2014/02/07 11:11:02 Dartium tests don't support required arguments.
MirrorSystem mirrors = currentMirrorSystem();
MirrorsReader reader = new RuntimeMirrorsReader(mirrors,
verbose: arguments.contains('-v'),
« no previous file with comments | « tests/lib/lib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698