| Index: test/trace_test.dart
|
| diff --git a/test/trace_test.dart b/test/trace_test.dart
|
| index 1cc32f7ccacf4390cf8a87f50a91c331bc9ffea4..d12bc71f1706822218f19b5bf2796b6376fd29a7 100644
|
| --- a/test/trace_test.dart
|
| +++ b/test/trace_test.dart
|
| @@ -352,7 +352,7 @@ dart:core bottom
|
| });
|
|
|
| test(".terse won't panic on an empty trace", () {
|
| - expect(Trace.parse("").terse.toString(), equals(""));
|
| + expect(new Trace.parse("").terse.toString(), equals(""));
|
| });
|
|
|
| test('.foldFrames folds frames together bottom-up', () {
|
|
|