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 7ef9b32 commit b5247d2Copy full SHA for b5247d2
utils/swift_build_support/tests/test_cmake.py
@@ -132,7 +132,7 @@ def test_common_options_tsan(self):
132
self.assertEqual(
133
list(cmake.common_options()),
134
["-G", "Ninja",
135
- "-DLLVM_USE_SANITIZER=Thread",
+ "-DLLVM_USE_SANITIZER=Thread",
136
"-DCMAKE_C_COMPILER:PATH=/path/to/clang",
137
"-DCMAKE_CXX_COMPILER:PATH=/path/to/clang++",
138
"-DCMAKE_LIBTOOL:PATH=/path/to/libtool",
0 commit comments