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

Unified Diff: runtime/observatory/tests/service/async_continuation_test.dart

Issue 1265153005: Observatory fixes: (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | « runtime/observatory/lib/src/elements/curly_block.dart ('k') | runtime/vm/service_event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/tests/service/async_continuation_test.dart
diff --git a/runtime/observatory/tests/service/async_continuation_test.dart b/runtime/observatory/tests/service/async_continuation_test.dart
index 5b65bf83fbe971f338ca4a77603e831b76c1a3ed..781f7ca117088fea0b46dc0baa7e18acb65b731e 100644
--- a/runtime/observatory/tests/service/async_continuation_test.dart
+++ b/runtime/observatory/tests/service/async_continuation_test.dart
@@ -66,7 +66,7 @@ test(Isolate isolate) async {
if (bp == bp1) {
await stoppedAtLine(15)(isolate);
print(event.asyncContinuation);
- expect(event.asyncContinuation.isNull, isTrue);
+ expect(event.asyncContinuation, equals(null));
isolate.resume();
bp1_hit.complete(null);
}
« no previous file with comments | « runtime/observatory/lib/src/elements/curly_block.dart ('k') | runtime/vm/service_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698