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

Unified Diff: tests/lib/async/run_zoned9_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: Fix comments Created 3 years, 9 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
Index: tests/lib/async/run_zoned9_test.dart
diff --git a/tests/lib/async/run_zoned9_test.dart b/tests/lib/async/run_zoned9_test.dart
index e76268f9abe9936efa988ab3e5feb5b422c834d6..9c07b4b525e59bb0fc3b05bc55a679eca57a2226 100644
--- a/tests/lib/async/run_zoned9_test.dart
+++ b/tests/lib/async/run_zoned9_test.dart
@@ -25,11 +25,11 @@ main() {
// If we are waiting for an error, don't asyncEnd, but let it time out.
if (false) /// 01: runtime error
asyncEnd();
- throw e; /// 01: continued
+ throw e; // /// 01: continued
});
} catch (e) {
// We should never see an error here.
- if (false) /// 01: continued
+ if (false) // /// 01: continued
rethrow;
}
}

Powered by Google App Engine
This is Rietveld 408576698