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
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
7 changed files with 35 additions and 21 deletions

View file

@ -6,8 +6,13 @@
// SPDX-License-Identifier: BSL-1.0
// X10-FallbackStringifier.cpp
// Test that defining fallbackStringifier compiles
/**\file
* Test that the user can define custom fallbackStringifier
*
* This is done by defining a custom fallback stringifier that prints
* out a specific string, and then asserting (to cause stringification)
* over a type without stringification support.
*/
#include <string>