mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-03 15:55:55 +00:00
Mark tests ignored on emscripten rather than omitting
This way they still appear in `cargo test`'s output.
This commit is contained in:
parent
c371563bfc
commit
0b303c766c
@ -1,4 +1,4 @@
|
|||||||
#[cfg(not(target_os = "emscripten"))]
|
#[cfg_attr(target_os = "emscripten", ignore)]
|
||||||
#[rustversion::attr(not(nightly), ignore)]
|
#[rustversion::attr(not(nightly), ignore)]
|
||||||
#[test]
|
#[test]
|
||||||
fn ui() {
|
fn ui() {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#[cfg(not(target_os = "emscripten"))]
|
#[cfg_attr(target_os = "emscripten", ignore)]
|
||||||
#[rustversion::attr(not(nightly), ignore)]
|
|
||||||
#[cfg_attr(not(cargo_expand), ignore)]
|
#[cfg_attr(not(cargo_expand), ignore)]
|
||||||
|
#[rustversion::attr(not(nightly), ignore)]
|
||||||
#[test]
|
#[test]
|
||||||
fn expandtest() {
|
fn expandtest() {
|
||||||
macrotest::expand("tests/expand/*.rs");
|
macrotest::expand("tests/expand/*.rs");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user