only test json if the feature's enabled 0uo
This commit is contained in:
parent
a50350a15e
commit
ca5773c167
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ fn outputs_move_commands() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(feature = "json")]
|
||||||
/// Ensure JSON output is valid.
|
/// Ensure JSON output is valid.
|
||||||
fn test_json() {
|
fn test_json() {
|
||||||
use crate::formats::Json;
|
use crate::formats::Json;
|
||||||
|
|
Loading…
Reference in a new issue