Skip to content

Commit 5244605

Browse files
committed
lint
1 parent 5e273cc commit 5244605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def get_tests(test_dir, extensions=[], recursive=False):
445445

446446
if get_platform() == 'linux':
447447
SPEC_TESTSUITE_TESTS_TO_SKIP += [
448-
'f32.wast', # Errors on Linux x86_64 with musl, https://github.com/WebAssembly/binaryen/pull/8557
448+
'f32.wast', # Errors on Linux x86_64 with musl, https://github.com/WebAssembly/binaryen/pull/8557
449449
]
450450

451451

0 commit comments

Comments
 (0)