mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 15:21:54 +00:00
Explain why assert-test is a separate test
This commit is contained in:
parent
1d112bdd1e
commit
48ea8193df
@ -1,4 +1,8 @@
|
|||||||
// Formatting library for C++ - assertion tests
|
// Formatting library for C++ - FMT_ASSERT test
|
||||||
|
//
|
||||||
|
// It is a separate test to minimize the number of EXPECT_DEBUG_DEATH checks
|
||||||
|
// which are slow on some platforms. In other tests FMT_ASSERT is made to throw
|
||||||
|
// an exception which is much faster and easier to check.
|
||||||
//
|
//
|
||||||
// Copyright (c) 2012 - present, Victor Zverovich
|
// Copyright (c) 2012 - present, Victor Zverovich
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
|
Loading…
Reference in New Issue
Block a user