mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-01 20:49:33 +01:00
Stop repeating conditional in endif()
This is not necessary so we can remove it. Most conditionals already omit this anyways.
This commit is contained in:
committed by
Martin Hořeňovský
parent
1a44e6f661
commit
792c3b7549
@@ -183,7 +183,7 @@ if (NOT WIN32)
|
||||
PROPERTIES
|
||||
PASS_REGULAR_EXPRESSION "Catch will terminate"
|
||||
)
|
||||
endif(NOT WIN32)
|
||||
endif()
|
||||
|
||||
|
||||
add_test(NAME CATCH_CONFIG_DISABLE_EXCEPTIONS-3 COMMAND DisabledExceptions-CustomHandler "Tests that run")
|
||||
|
||||
Reference in New Issue
Block a user