mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 22:19:25 +00:00
14 lines
228 B
C
14 lines
228 B
C
//
|
|
// catch_notimplemented_exception.h
|
|
// CatchSelfTest
|
|
//
|
|
// Created by Phil Nash on 05/08/2012.
|
|
//
|
|
//
|
|
|
|
#ifndef CatchSelfTest_catch_notimplemented_exception_h
|
|
#define CatchSelfTest_catch_notimplemented_exception_h
|
|
|
|
|
|
|
|
#endif
|