Port "externals: Update catch to 2.3.0" from yuzu (#4060)

* externals: Update catch to 2.3.0

Updates the library from 2.2.3 to 2.3.0

* fix catch2/catch.hpp includes
This commit is contained in:
zhaowenlan1779
2018-08-24 19:45:57 +02:00
committed by Tobias
parent 642f0bd62b
commit 3b37818e5e
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <catch.hpp>
#include <catch2/catch.hpp>
#include <array>
#include <bitset>