Skip to content

Commit

Permalink
jsonbuilder: run test if not debug-validate
Browse files Browse the repository at this point in the history
  • Loading branch information
inashivb committed Jul 15, 2020
1 parent 333a785 commit 35362b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/src/jsonbuilder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ mod test {
}

#[test]
#[cfg(not(feature = "debug-validate"))]
fn test_array_in_object() -> Result<(), JsonError> {
let mut js = JsonBuilder::new_object();

Expand Down

0 comments on commit 35362b7

Please sign in to comment.