15 lines
174 B
C++
15 lines
174 B
C++
|
//
|
||
|
// catch_impl.hpp
|
||
|
// CatchSelfTest
|
||
|
//
|
||
|
// Created by Phil Nash on 05/08/2012.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#ifndef CatchSelfTest_catch_impl_hpp
|
||
|
#define CatchSelfTest_catch_impl_hpp
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|