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

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

Issue 1725993002: Fix checked mode failures in service tests (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/tests/service/test_helper.dart
diff --git a/runtime/observatory/tests/service/test_helper.dart b/runtime/observatory/tests/service/test_helper.dart
index 00978cafa169b7784cfd7ae76f5b98408a7e6747..91cb11eb37a531882917510dd1712593e3b5dfa2 100644
--- a/runtime/observatory/tests/service/test_helper.dart
+++ b/runtime/observatory/tests/service/test_helper.dart
@@ -28,8 +28,8 @@ bool _isTestee() {
}
class _SerivceTesteeRunner {
- Future run({Future testeeBefore(): null,
- Future testeeConcurrent(): null,
+ Future run({testeeBefore(): null,
+ testeeConcurrent(): null,
bool pause_on_start: false,
bool pause_on_exit: false}) async {
if (!pause_on_start) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698