Skip to content

Commit

Permalink
One more use of d.link
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm committed Nov 14, 2024
1 parent 2d8ec9b commit ecbeef1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/package_list_files_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -391,10 +391,9 @@ void main() {
d.file('file2.txt', 'contents'),
d.dir('subdir', [
d.dir('a', [d.file('file')]),
d.link('symlink', 'nonexisting'),
]),
]).create();
Link(p.join(d.sandbox, appPath, 'subdir', 'symlink'))
.createSync('nonexisting');

createEntrypoint();

Expand Down

0 comments on commit ecbeef1

Please sign in to comment.