Chromium Code Reviews

Unified Diff: lib/unittest.dart

Issue 979523002: Move more files around. (Closed) Base URL: git@github.com:dart-lang/unittest@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « lib/src/runner/vm_listener.dart ('k') | test/backend/declarer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/unittest.dart
diff --git a/lib/unittest.dart b/lib/unittest.dart
index 07bc46d46913514784145bf7213d2e2e4bfc5cbb..78e78bf029a7f20c0f8bd5fa622d2b9b9ab0b1c9 100644
--- a/lib/unittest.dart
+++ b/lib/unittest.dart
@@ -35,8 +35,8 @@ Declarer _globalDeclarer;
/// Gets the declarer for the current scope.
///
/// When using the runner, this returns the [Zone]-scoped declarer that's set by
-/// [VmListener]. If the test file is run directly, this returns
-/// [_globalDeclarer] (and sets it up on the first call).
+/// [IsolateListener] or [IframeListener]. If the test file is run directly,
+/// this returns [_globalDeclarer] (and sets it up on the first call).
Declarer get _declarer {
var declarer = Zone.current[#unittest.declarer];
if (declarer != null) return declarer;
« no previous file with comments | « lib/src/runner/vm_listener.dart ('k') | test/backend/declarer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine