mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 22:05:39 +02:00
Start using piecemeal includes in test files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
#include <catch2/catch_enum_values_registry.h>
|
||||
#include <catch2/catch_matchers_vector.h>
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
enum class EnumClass3 { Value1, Value2, Value3, Value4 };
|
||||
|
||||
|
Reference in New Issue
Block a user