From: Debian Rust Maintainers Date: Sun, 5 Jul 2020 14:06:52 +0000 (+0100) Subject: u-test-python-3 X-Git-Tag: archive/raspbian/1.43.0+dfsg1-1+rpi1^2~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=026757f4060e9af49a00328ebf07721854a51e5d;p=rustc.git u-test-python-3 Gbp-Pq: Name u-test-python-3.patch --- diff --git a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile index a35174b3c2..3fc483aa7e 100644 --- a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile +++ b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile @@ -1,2 +1,2 @@ all: - python2.7 test.py + python3 test.py