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

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

Issue 2765693002: Update all tests (Closed)
Patch Set: 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..e2e4f362a8e24eece52d015ea4455b7a81261800 100644
--- a/tests/lib/async/run_zoned6_test.dart
+++ b/tests/lib/async/run_zoned6_test.dart
@@ -14,13 +14,13 @@ main() {
runZoned(() { throw 0; },
onError: (e) {
Expect.equals(0, e);
- if (false) /// 01: runtime error
+ if (false) //# 01: runtime error
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