Drop patch 2006 as the wasm32 tests are dropped.
authorVasudev Kamath <vasudev@copyninja.info>
Sun, 15 Apr 2018 15:42:47 +0000 (21:12 +0530)
committerVasudev Kamath <vasudev@copyninja.info>
Sun, 15 Apr 2018 15:46:04 +0000 (21:16 +0530)
debian/patches/2006_disable_wasm32_tests.patch [deleted file]

diff --git a/debian/patches/2006_disable_wasm32_tests.patch b/debian/patches/2006_disable_wasm32_tests.patch
deleted file mode 100644 (file)
index c67c832..0000000
+++ /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 <vasudev@copyninja.info>
-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};