| 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,
|
|
|