From: Vasudev Kamath Date: Sun, 15 Apr 2018 15:42:47 +0000 (+0530) Subject: Drop patch 2006 as the wasm32 tests are dropped. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~72 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7425209c96ea7b18280c623b19e7e2d0a26bec24;p=cargo.git Drop patch 2006 as the wasm32 tests are dropped. --- diff --git a/debian/patches/2006_disable_wasm32_tests.patch b/debian/patches/2006_disable_wasm32_tests.patch deleted file mode 100644 index c67c8326e..000000000 --- a/debian/patches/2006_disable_wasm32_tests.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Disable wasm32_final_outputs test - This test depends on emscripten built using fastcomp - a fork of LLVM and is not available in Debian. -Author: Vasudev Kamath -Last-Update: 2017-12-05 - ---- cargo-0.23.0.orig/tests/build.rs -+++ cargo-0.23.0/tests/build.rs -@@ -3479,7 +3479,6 @@ fn cdylib_final_outputs() { - } - } - --#[test] - fn wasm32_final_outputs() { - use cargo::core::{Shell, Target, Workspace}; - use cargo::ops::{self, BuildConfig, Context, CompileMode, CompileOptions, Kind, Unit};