mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-29 20:13:52 +00: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
|