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,11 +6,13 @@
// SPDX-License-Identifier: BSL-1.0
// X11-DisableStringification.cpp
// Test that stringification of original expression can be disabled
// this is a workaround for VS 2017 issue with Raw String literal
// and preprocessor token pasting. In other words, hopefully this test
// will be deleted soon :-)
/**\file
* Test that stringification of original expression can be disabled.
*
* This is a workaround for VS 2017, 2019 issue with Raw String literals
* and preprocessor token pasting.
*/
#include <catch2/catch_test_macros.hpp>