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

Unified Diff: pkg/scheduled_test/test/descriptor/pattern_test.dart

Issue 27215002: Very simple version of Isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address Anders' comment. 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
Index: pkg/scheduled_test/test/descriptor/pattern_test.dart
diff --git a/pkg/scheduled_test/test/descriptor/pattern_test.dart b/pkg/scheduled_test/test/descriptor/pattern_test.dart
index 4056425b5525ae20e2af2e3309f024b951dd19d8..1d618dc6b175352dc194cc63f07e0ca84106e84b 100644
--- a/pkg/scheduled_test/test/descriptor/pattern_test.dart
+++ b/pkg/scheduled_test/test/descriptor/pattern_test.dart
@@ -10,7 +10,9 @@ import 'utils.dart';
String sandbox;
-void main() {
+void main(List<String> args, message) {
+ initialMessage = message;
+
setUpTimeout();
expectTestsPass("pattern().validate() succeeds if there's a file matching "

Powered by Google App Engine
This is Rietveld 408576698