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

Unified Diff: tests/corelib/error_stack_trace2_test.dart

Issue 18466003: Remove incorrect comment. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/error_stack_trace2_test.dart
diff --git a/tests/corelib/error_stack_trace2_test.dart b/tests/corelib/error_stack_trace2_test.dart
index c9a80a82ba6d8cef1b84ebf37a753f4e488d3c42..e430b84fa095f002ec86fc513592a6ddb1819c1d 100644
--- a/tests/corelib/error_stack_trace2_test.dart
+++ b/tests/corelib/error_stack_trace2_test.dart
@@ -20,7 +20,6 @@ main() {
try {
cyclicStatic + 1;
} catch(e2) {
- // Work around bug in analyzer that assigns "Object" type to caught error.
var e = e2;
hasThrown = true;
Expect.isTrue(e.stackTrace is StackTrace,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698