mirror of
https://github.com/catchorg/Catch2
synced 2026-02-14 01:12:11 +00:00
Rewrite includes in tests to use library's include paths
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
|
||||
#include "catch.hpp"
|
||||
#include <catch2/catch.hpp>
|
||||
#include <iostream>
|
||||
|
||||
TEST_CASE( "INFO and WARN do not abort tests", "[messages][.]" ) {
|
||||
|
||||
Reference in New Issue
Block a user