Disable core benches on wasm (benches not supported).

This commit is contained in:
Eric Huss 2020-06-18 14:45:19 -07:00
parent abb5800dd5
commit 5a9ff052b4

View File

@ -1,3 +1,5 @@
// wasm32 does not support benches (no time).
#![cfg(not(target_arch = "wasm32"))]
#![feature(flt2dec)]
#![feature(test)]