Files
sdk/pkg/modular_test/test/loader/tree/expectation.txt
T
Sigmund Cherem baa721ba23 Add an sdk module to the modular_test pipeline
+ and use it in the dart2js modular tests

Change-Id: I66cf29dcea7fb705135049e7a6ea4eb17052f3d9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/103575
Commit-Queue: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2019-05-24 19:09:12 +00:00

46 lines
605 B
Plaintext

# This expectation file is generated by loader_test.dart
a
is package? no
is shared? no
is sdk? no
dependencies: b, c, sdk
a.dart
b
is package? no
is shared? no
is sdk? no
dependencies: d, sdk
b.dart
c
is package? no
is shared? no
is sdk? no
dependencies: sdk
c.dart
d
is package? no
is shared? no
is sdk? no
dependencies: sdk
d/d.dart
d/e.dart
main
**main module**
is package? no
is shared? no
is sdk? no
dependencies: a, sdk
main.dart
sdk
is package? no
is shared? yes
is sdk? yes
(no dependencies)
(sdk sources omitted)