forked from catchorg/Catch2
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
|