mirror of
https://github.com/catchorg/Catch2
synced 2026-02-13 13:02:14 +00:00
Rewrite includes in tests to use library's include paths
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "catch_string_manip.h"
|
||||
#include <catch2/catch_string_manip.h>
|
||||
|
||||
#include "catch.hpp"
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
static const char * const no_whitespace = "There is no extra whitespace here";
|
||||
static const char * const leading_whitespace = " \r \t\n There is no extra whitespace here";
|
||||
|
||||
Reference in New Issue
Block a user