Cleanup summary comments in ExtraTests

This commit is contained in:
Martin Hořeňovský
2022-01-29 00:40:03 +01:00
parent 635db2785f
commit 79e4cd1af4
7 changed files with 35 additions and 21 deletions

View File

@@ -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>