mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
15 lines
234 B
C++
15 lines
234 B
C++
|
//
|
||
|
// catch_notimplemented_exception.hpp
|
||
|
// CatchSelfTest
|
||
|
//
|
||
|
// Created by Phil Nash on 05/08/2012.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#ifndef CatchSelfTest_catch_notimplemented_exception_hpp
|
||
|
#define CatchSelfTest_catch_notimplemented_exception_hpp
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|