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

Unified Diff: test/trace_test.dart

Issue 1291633004: Fix a couple bugs introduced in the last CL. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Created 5 years, 4 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 | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', () {
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698