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

Unified Diff: pkg/scheduled_test/test/metatest.dart

Issue 337843008: Add a tearDown function to scheduled_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 6 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 | « pkg/scheduled_test/pubspec.yaml ('k') | pkg/scheduled_test/test/scheduled_test/tear_down_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/scheduled_test/test/metatest.dart
diff --git a/pkg/scheduled_test/test/metatest.dart b/pkg/scheduled_test/test/metatest.dart
index 3c0cd9acb39f8189e56dcc284fac685d4ddd79f9..01bc2fc19619998d0e371a5b16ad67a80ea958e6 100644
--- a/pkg/scheduled_test/test/metatest.dart
+++ b/pkg/scheduled_test/test/metatest.dart
@@ -132,6 +132,7 @@ SendPort _replyTo;
/// Whether or not we're running in a child isolate that's supposed to run a
/// test.
bool _inChildIsolate;
+bool get inChildIsolate => _inChildIsolate;
/// Initialize metatest.
///
« no previous file with comments | « pkg/scheduled_test/pubspec.yaml ('k') | pkg/scheduled_test/test/scheduled_test/tear_down_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698