| 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", () {
|
|
|