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

Unified Diff: tests/lib/async/run_zoned6_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_zoned6_test.dart
diff --git a/tests/lib/async/run_zoned6_test.dart b/tests/lib/async/run_zoned6_test.dart
index 34efae57eb74761bcc56361c1cb65bae6e01ae0f..555ef195c50d9d671abdd1aacca231e41584af5b 100644
--- a/tests/lib/async/run_zoned6_test.dart
+++ b/tests/lib/async/run_zoned6_test.dart
@@ -16,11 +16,11 @@ main() {
Expect.equals(0, e);
if (false) /// 01: runtime error
sra1 2017/03/21 03:01:09 fix
asyncEnd();
- throw e; /// 01: runtime error
+ throw e; // /// 01: runtime error
});
} 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