From dfcba364487a775a88e196ec0a2a2d4d29d80ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Sun, 27 Sep 2020 22:47:56 +0100 Subject: [PATCH] test: Update commit of uCity used for testing This one updates the code to fix all warnings introduced in the last few months because of updates to RGBDS. --- test/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index b8dc486d..97b7d385 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -46,7 +46,7 @@ if [ ! -d ucity ]; then fi pushd ucity git fetch -git checkout b0635f12553c2fae947fd91aa54d4caa602d8266 +git checkout 780b951b6959b0a98e915ecb9f5fc82544d56d01 make clean make -j4 popd