mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 22:05:39 +02:00
Cleanup summary comments in ExtraTests
This commit is contained in:
@@ -6,10 +6,12 @@
|
||||
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
|
||||
// X90-WindowsHeaderInclusion.cpp
|
||||
// Test that the Catch2 header compiles even after including windows.h
|
||||
// without defining NOMINMAX first. As an FYI, if you do that, you are
|
||||
// wrong.
|
||||
/**\file
|
||||
* Test that the Catch2 header compiles even after including windows.h
|
||||
* without defining NOMINMAX first.
|
||||
*
|
||||
* As an FYI, if you do that, you are wrong.
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
Reference in New Issue
Block a user