Skip to content

Commit 3711019

Browse files
committed
fixed compiler issue when including catch test framework header
1 parent 76342be commit 3711019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libarchfpga/test/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#define CATCH_CONFIG_MAIN
2-
//#include "catch2/catch_test_macros.hpp"
2+
#include "catch2/catch_test_macros.hpp"

0 commit comments

Comments
 (0)