Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
porglezomp committed Oct 2, 2020
1 parent 7ef9b32 commit b5247d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/swift_build_support/tests/test_cmake.py
Expand Up @@ -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",
Expand Down

0 comments on commit b5247d2

Please sign in to comment.