]> git.lizzy.rs Git - rust.git/commitdiff
don't spawn processes on wasm
authorOliver Schneider <github35764891676564198441@oli-obk.de>
Sat, 21 Jul 2018 20:59:40 +0000 (22:59 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Jul 2018 20:59:40 +0000 (22:59 +0200)
src/test/run-pass/invalid_const_promotion.rs

index 8f0ee51b5aae641463a0c5f2ca6627bdaf2a9c3d..df2b7fc8e00548714c43530e1e5c0f9ba79d55d2 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-wasm
+
 #![feature(const_fn)]
 #![allow(const_err)]