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

Unified Diff: test/chain_test.dart

Issue 967633002: Remove the line number and file information from *all* folded frames. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Fix a README thing. 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 | « lib/src/trace.dart ('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 c5f8efb81dce3622ec4bf95bce6782c12b03a75d..cf8a61fa72f9e7643f223ea2cb1590c5c8765fe2 100644
--- a/test/chain_test.dart
+++ b/test/chain_test.dart
@@ -590,9 +590,9 @@ void main() {
expect(folded.toString(), equals(
'dart:async Zip.zap\n'
'b.dart 10:11 Bang.qux\n'
- 'a.dart 10:11 Zop.zoop\n'
+ 'a.dart Zop.zoop\n'
'===== asynchronous gap ===========================\n'
- 'a.dart 10:11 Zip.zap\n'
+ 'a.dart Zip.zap\n'
'b.dart 10:11 Zop.zoop\n'));
});
« no previous file with comments | « lib/src/trace.dart ('k') | test/trace_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698