summaryrefslogtreecommitdiff
path: root/src/tests/glad.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2018-08-08 03:00:57 -0400
committerGravatar GitHub2018-08-08 03:00:57 -0400
commitf156a45c0155c7fe227dfb74a92d797e3d3f2032 (patch)
tree6005bc1d441409a49dff6ef7a562e47482eae6db /src/tests/glad.cpp
parentMerge pull request #965 from lioncash/unused-files (diff)
parentexternals: Update catch to 2.3.0 (diff)
downloadyuzu-f156a45c0155c7fe227dfb74a92d797e3d3f2032.tar.gz
yuzu-f156a45c0155c7fe227dfb74a92d797e3d3f2032.tar.xz
yuzu-f156a45c0155c7fe227dfb74a92d797e3d3f2032.zip
Merge pull request #972 from lioncash/catch
externals: Update catch to 2.3.0
Diffstat (limited to 'src/tests/glad.cpp')
-rw-r--r--src/tests/glad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/glad.cpp b/src/tests/glad.cpp
index b0b016440..1797c0e3d 100644
--- a/src/tests/glad.cpp
+++ b/src/tests/glad.cpp
@@ -2,7 +2,7 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include <catch.hpp> 5#include <catch2/catch.hpp>
6#include <glad/glad.h> 6#include <glad/glad.h>
7 7
8// This is not an actual test, but a work-around for issue #2183. 8// This is not an actual test, but a work-around for issue #2183.