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,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>
|
||||
|
||||
|
Reference in New Issue
Block a user