We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bdb53 commit 1e08a27Copy full SHA for 1e08a27
.gitattributes
@@ -3,7 +3,7 @@
3
tools/crunch-worker.js -diff
4
third_party/lzma.js/lzma-decoder.js -diff
5
third_party/lzma.js/lzma-full.js -diff
6
-test/other/test_emsize.js -diff
+test/other/test_emsize.js -diff eol=lf
7
test/* linguist-vendored
8
third_party/* linguist-vendored
9
system/ linguist-vendored
test/test_other.py
@@ -825,7 +825,7 @@ def test_em_config_filename(self):
825
self.assertContained('LLVM', proc.stdout)
826
self.assertContained('filename myconfig.py', proc.stdout)
827
828
- @no_windows('This test depends on Linux line endings')
+ @crossplatform
829
def test_emsize(self):
830
# test binaryen generated by running:
831
# emcc test/hello_world.c -Oz --closure 1 -o test/other/test_emsize.js
0 commit comments