Cleanup precompiler directives
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if defined(_WIN32)
|
||||
#ifdef _WIN32
|
||||
#include <CppUnitTest.h>
|
||||
#elif defined(__APPLE__)
|
||||
#else
|
||||
#include <stdexcept>
|
||||
|
||||
#define TEST_CLASS(name) class name
|
||||
|
Reference in New Issue
Block a user