From e6cbdef218fb6511da6ab0802c5697101d132478 Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Wed, 8 Jan 2020 21:00:37 +0100 Subject: [PATCH] ~ put define to top --- test/test_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_main.cpp b/test/test_main.cpp index af3d9bb..6372e38 100644 --- a/test/test_main.cpp +++ b/test/test_main.cpp @@ -1,6 +1,6 @@ -#include - #define CATCH_CONFIG_MAIN +#include + //Dont touch this file. // add your own tests in this directory according to https://github.com/catchorg/Catch2/blob/master/docs/tutorial.md