Skip to content

Commit

Permalink
attempt at windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm committed Oct 31, 2024
1 parent 66b1ae3 commit d4a89e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/package_list_files_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ void main() {
link('symlink1', 'a', forceDirectory: true),
link('symlink2', 'a', forceDirectory: true),
]),
link('symlink3', p.join('subdir', 'a')),
link('symlink3', p.join('subdir', 'a'), forceDirectory: true),
]).create();

createEntrypoint();
Expand Down

0 comments on commit d4a89e0

Please sign in to comment.