From 1c61ccfe840cdae7a9f92292946a45f3b47e2412 Mon Sep 17 00:00:00 2001 From: Julian Sikorski Date: Tue, 5 Sep 2023 17:10:24 +0200 Subject: Updated bgfx, bx and bimg to current upstream versions. (#11493) * Reverted "macOS, iOS: Removed OpenGL/OpenGLES support. (commit 4693983242a698eaafed87faf4ffef1789adc8f9). * Reverted "Fix macOS build" (commit ce2c2c13eda7d699051f75f598e740a447343a88). * Reverted "macOS: Fixed deprecated warnings." (commit 10a8cb61f882ebc9bb376ee2341d003880b7037f). * Added bgfx/README.mame explaining deviations from upstream. --- 3rdparty/bx/tests/url_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '3rdparty/bx/tests/url_test.cpp') diff --git a/3rdparty/bx/tests/url_test.cpp b/3rdparty/bx/tests/url_test.cpp index a488ae9e545..9ca9b3e272a 100644 --- a/3rdparty/bx/tests/url_test.cpp +++ b/3rdparty/bx/tests/url_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Branimir Karadzic. All rights reserved. + * Copyright 2010-2023 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bx/blob/master/LICENSE */ @@ -43,7 +43,7 @@ static const UrlTest s_urlTest[] = }, }; -TEST_CASE("tokenizeUrl", "") +TEST_CASE("tokenizeUrl", "[url][string]") { bx::UrlView url; -- cgit v1.2.3-70-g09d2