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

Unified Diff: tests/language/vm/causal_async_exception_stack_test.dart

Issue 2728683005: Set dartAsyncMarker the same as asyncMarker unless explicitly set (Closed)
Patch Set: Review comment Created 3 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 | « tests/language/language_kernel.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/vm/causal_async_exception_stack_test.dart
diff --git a/tests/language/vm/causal_async_exception_stack_test.dart b/tests/language/vm/causal_async_exception_stack_test.dart
index d08ae9de5f29fe8cf8bc17dbfc9c0d82154c2b87..d9110d5d60a79a62f96401b978e865e9d3fbab7b 100644
--- a/tests/language/vm/causal_async_exception_stack_test.dart
+++ b/tests/language/vm/causal_async_exception_stack_test.dart
@@ -27,6 +27,7 @@ main() async {
// Test async and async*.
try {
await foo();
+ fail("Did not throw");
} catch (e, st) {
expect(st.toString(), stringContainsInOrder([
'thrower', '.dart:8',
@@ -72,4 +73,4 @@ main() async {
'main', '.dart:67',
]));
}
-}
+}
« no previous file with comments | « tests/language/language_kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698