Skip to content

Commit 5479452

Browse files
Fix trailing whitespace in CMakeLists.txt line 11
Co-Authored-By: Alex Peng <[email protected]>
1 parent 00632a8 commit 5479452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (LLAMA_SANITIZE_THREAD)
88
add_compile_options(-fsanitize=thread -g -O1)
99
add_link_options(-fsanitize=thread)
1010
message(STATUS "ThreadSanitizer enabled for concurrent testing")
11-
11+
1212
set(ENV{TSAN_OPTIONS} "halt_on_error=1:second_deadlock_stack=1")
1313
else()
1414
message(WARNING "ThreadSanitizer is only supported with GCC or Clang")

0 commit comments

Comments
 (0)