summaryrefslogtreecommitdiffstats
path: root/src/tests/core
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-08 01:24:39 +0200
committerLioncash <mathew1800@gmail.com>2018-08-08 01:26:13 +0200
commit62b0b83fd8ea64a17172355ff36300b3d0b82a20 (patch)
tree12992dbde0366cf55cdac6df2c2808186af31872 /src/tests/core
parentMerge pull request #964 from Hexagon12/lower-logs (diff)
downloadyuzu-62b0b83fd8ea64a17172355ff36300b3d0b82a20.tar
yuzu-62b0b83fd8ea64a17172355ff36300b3d0b82a20.tar.gz
yuzu-62b0b83fd8ea64a17172355ff36300b3d0b82a20.tar.bz2
yuzu-62b0b83fd8ea64a17172355ff36300b3d0b82a20.tar.lz
yuzu-62b0b83fd8ea64a17172355ff36300b3d0b82a20.tar.xz
yuzu-62b0b83fd8ea64a17172355ff36300b3d0b82a20.tar.zst
yuzu-62b0b83fd8ea64a17172355ff36300b3d0b82a20.zip
Diffstat (limited to 'src/tests/core')
-rw-r--r--src/tests/core/core_timing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/core/core_timing.cpp b/src/tests/core/core_timing.cpp
index fcaa30990..2242c14cf 100644
--- a/src/tests/core/core_timing.cpp
+++ b/src/tests/core/core_timing.cpp
@@ -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>