Cleanup summary comments in ExtraTests
This commit is contained in:
parent
635db2785f
commit
79e4cd1af4
7 changed files with 35 additions and 21 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue