2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-13 00:52:14 +00:00
Files
Catch2/projects/SelfTest/SurrogateCpps/catch_xmlwriter.cpp
2019-12-02 12:23:10 +01:00

5 lines
220 B
C++

// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include <catch2/catch_suppress_warnings.h>
#include <catch2/catch_xmlwriter.h>
#include <catch2/catch_reenable_warnings.h>