mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 14:09:26 +00:00
Fixed quote balancing issue in reporter error
This commit is contained in:
parent
0dc9e43c02
commit
5234b15ff4
6 changed files with 71 additions and 1 deletions
14
include/internal/catch_impl.hpp
Normal file
14
include/internal/catch_impl.hpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
//
|
||||
// catch_impl.hpp
|
||||
// CatchSelfTest
|
||||
//
|
||||
// Created by Phil Nash on 05/08/2012.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef CatchSelfTest_catch_impl_hpp
|
||||
#define CatchSelfTest_catch_impl_hpp
|
||||
|
||||
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue