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

Unified Diff: test/chain_test.dart

Issue 962913002: Remove the outermost folded frame for terse stack traces. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Created 5 years, 10 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') | test/trace_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/chain_test.dart
diff --git a/test/chain_test.dart b/test/chain_test.dart
index 54bc5f59eb9020b64e102d59e4580e160ba8ebdb..c5f8efb81dce3622ec4bf95bce6782c12b03a75d 100644
--- a/test/chain_test.dart
+++ b/test/chain_test.dart
@@ -500,7 +500,6 @@ void main() {
expect(chain.terse.toString(), equals(
'dart:core Bar.baz\n'
'$userSlashCode 10:11 Bang.qux\n'
- 'dart:core Zop.zoop\n'
'===== asynchronous gap ===========================\n'
'$userSlashCode 10:11 Bang.qux\n'
'dart:core Zip.zap\n'
@@ -523,10 +522,8 @@ void main() {
expect(chain.terse.toString(), equals(
'$userSlashCode 10:11 Foo.bar\n'
- 'dart:core Bar.baz\n'
'===== asynchronous gap ===========================\n'
- '$userSlashCode 10:11 Foo.bar\n'
- 'dart:core Bar.baz\n'));
+ '$userSlashCode 10:11 Foo.bar\n'));
});
test("doesn't return an empty chain", () {
« no previous file with comments | « pubspec.yaml ('k') | test/trace_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698