From: Debian Rust Maintainers Date: Tue, 8 Sep 2020 16:38:19 +0000 (+0100) Subject: u-test-python-3 X-Git-Tag: archive/raspbian/1.41.1+dfsg1-1_deb10u1+rpi1~33 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=87c719c2f22d1427a0f9f58266d1e780c6d9fe67;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