diff --git a/utils/swift_build_support/swift_build_support/products/wasmstdlib.py b/utils/swift_build_support/swift_build_support/products/wasmstdlib.py index c1fa73fad3d4c..ee479bb641eec 100644 --- a/utils/swift_build_support/swift_build_support/products/wasmstdlib.py +++ b/utils/swift_build_support/swift_build_support/products/wasmstdlib.py @@ -179,7 +179,7 @@ def _build_stdlib(self, host_target, target_triple, llvm_cmake_dir): # Test configuration self.cmake_options.define('SWIFT_INCLUDE_TESTS:BOOL', 'TRUE') self.cmake_options.define('SWIFT_ENABLE_SOURCEKIT_TESTS:BOOL', 'FALSE') - lit_test_paths = ['IRGen', 'stdlib', 'Concurrency/Runtime', 'embedded/wasm'] + lit_test_paths = ['IRGen', 'stdlib', 'Concurrency/Runtime', 'embedded'] lit_test_paths = [os.path.join( self.build_dir, 'test-wasi-wasm32', path) for path in lit_test_paths] self.cmake_options.define('SWIFT_LIT_TEST_PATHS:STRING',