mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 14:09:33 +01:00 
			
		
		
		
	Fix test
This commit is contained in:
		@@ -491,12 +491,6 @@ set_tests_properties(
 | 
			
		||||
    PASS_REGULAR_EXPRESSION "passed"
 | 
			
		||||
    FAIL_REGULAR_EXPRESSION "ThreadSanitizer"
 | 
			
		||||
)
 | 
			
		||||
if (NOT WIN32)
 | 
			
		||||
  target_compile_options( Reporters::Multithreading
 | 
			
		||||
    PUBLIC
 | 
			
		||||
      $<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:GNU>,$<CXX_COMPILER_ID:AppleClang>>:-fsanitize=thread>
 | 
			
		||||
  )
 | 
			
		||||
endif()
 | 
			
		||||
 | 
			
		||||
add_executable(AssertionStartingEventGoesBeforeAssertionIsEvaluated
 | 
			
		||||
  X20-AssertionStartingEventGoesBeforeAssertionIsEvaluated.cpp
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user