mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-09 15:49:53 +01:00
d6f1446e4e
- also cleaned up some warnings to do with CATCH_NULL
5 lines
201 B
C++
5 lines
201 B
C++
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
|
#include "catch_suppress_warnings.h"
|
|
#include "catch_xmlwriter.hpp"
|
|
#include "catch_reenable_warnings.h"
|