Chromium Code Reviews

Unified Diff: pkg/scheduled_test/test/descriptor/async_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.
Jump to:
View side-by-side diff with in-line comments
Index: pkg/scheduled_test/test/descriptor/async_test.dart
diff --git a/pkg/scheduled_test/test/descriptor/async_test.dart b/pkg/scheduled_test/test/descriptor/async_test.dart
index 15763bb54edd53031cc4c7b3603d5879a146359e..f96eaccf7253bd98fe994a47ca39507d87e13928 100644
--- a/pkg/scheduled_test/test/descriptor/async_test.dart
+++ b/pkg/scheduled_test/test/descriptor/async_test.dart
@@ -10,7 +10,9 @@ import 'package:scheduled_test/scheduled_test.dart';
import '../metatest.dart';
import 'utils.dart';
-void main() {
+void main(List<String> args, message) {
+ initialMessage = message;
Lasse Reichstein Nielsen 2013/10/25 09:42:49 What is "initialMessage"? Appears to be a global v
floitsch 2013/10/25 13:11:01 Done.
+
setUpTimeout();
expectTestsPass("async().create() forwards to file().create", () {
« no previous file with comments | « no previous file | pkg/scheduled_test/test/descriptor/directory_test.dart » ('j') | pkg/scheduled_test/test/metatest.dart » ('J')

Powered by Google App Engine