diff --git a/utils/swift_build_support/tests/test_cmake.py b/utils/swift_build_support/tests/test_cmake.py index 3640751bb598d..8b84dc06c230c 100644 --- a/utils/swift_build_support/tests/test_cmake.py +++ b/utils/swift_build_support/tests/test_cmake.py @@ -132,7 +132,7 @@ def test_common_options_tsan(self): self.assertEqual( list(cmake.common_options()), ["-G", "Ninja", - "-DLLVM_USE_SANITIZER=Thread", + "-DLLVM_USE_SANITIZER=Thread", "-DCMAKE_C_COMPILER:PATH=/path/to/clang", "-DCMAKE_CXX_COMPILER:PATH=/path/to/clang++", "-DCMAKE_LIBTOOL:PATH=/path/to/libtool",