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

Unified Diff: tests/language/error_stacktrace_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of multitests (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
« no previous file with comments | « tests/language/enum_syntax_test.dart ('k') | tests/language/export_private_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/error_stacktrace_test.dart
diff --git a/tests/language/error_stacktrace_test.dart b/tests/language/error_stacktrace_test.dart
index 90eb3f3af3362c98495a14b75cd574566637811b..9cb7f5a6130612b511b6c52ce4d7e18d5340b789 100644
--- a/tests/language/error_stacktrace_test.dart
+++ b/tests/language/error_stacktrace_test.dart
@@ -85,7 +85,7 @@ class Helper3 {
try {
// There should be no stackTrace in this normal exception object.
// We should get a NoSuchMethodError.
- var trace = e.stackTrace; /// static type warning
+ var trace = e.stackTrace; //# static type warning
} on NoSuchMethodError catch (e) {
Expect.isNotNull(e.stackTrace, "Error needs a stackTrace on throw");
}
« no previous file with comments | « tests/language/enum_syntax_test.dart ('k') | tests/language/export_private_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698