From: Debian Rust Maintainers Date: Fri, 10 Apr 2020 10:33:25 +0000 (+0100) Subject: u-test-python-3 X-Git-Tag: archive/raspbian/1.42.0+dfsg1-1+rpi1~1^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=99ee3b5e6ec6a0d2a17677f5f12bfc876d8a0d91;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