Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Jan 23, 2025
1 parent b122b57 commit 297de98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5855,6 +5855,7 @@ def test_fs_stat_unnamed_file_descriptor(self):
def test_fs_symlink_resolution(self):
if self.get_setting('WASMFS'):
self.set_setting('FORCE_FILESYSTEM')
nodefs = '-DNODEFS' in self.emcc_args or '-DNODERAWFS' in self.emcc_args
if nodefs and WINDOWS:
self.skipTest('No symlinks on Windows')
self.do_runf('fs/test_fs_symlink_resolution.c', 'success')
Expand Down

0 comments on commit 297de98

Please sign in to comment.