Skip to content

Commit 1e08a27

Browse files
committed
Fix test_emsize under windows. NFC
Split out from #24437
1 parent d4bdb53 commit 1e08a27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
tools/crunch-worker.js -diff
44
third_party/lzma.js/lzma-decoder.js -diff
55
third_party/lzma.js/lzma-full.js -diff
6-
test/other/test_emsize.js -diff
6+
test/other/test_emsize.js -diff eol=lf
77
test/* linguist-vendored
88
third_party/* linguist-vendored
99
system/ linguist-vendored

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ def test_em_config_filename(self):
825825
self.assertContained('LLVM', proc.stdout)
826826
self.assertContained('filename myconfig.py', proc.stdout)
827827

828-
@no_windows('This test depends on Linux line endings')
828+
@crossplatform
829829
def test_emsize(self):
830830
# test binaryen generated by running:
831831
# emcc test/hello_world.c -Oz --closure 1 -o test/other/test_emsize.js

0 commit comments

Comments
 (0)