2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-13 00:52:14 +00:00

Fixing paths in SelfTest

This commit is contained in:
Martin Hořeňovský
2019-11-30 17:41:17 +01:00
parent 4385951a55
commit 443fa0fc88
16 changed files with 27 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
#include "catch.hpp"
#include "internal/catch_enum_values_registry.h"
#include "catch_enum_values_registry.h"
enum class EnumClass3 { Value1, Value2, Value3, Value4 };