Skip to content

Commit 43ed2ca

Browse files
committed
test(args): add missing embed feature guard
Fixes: #501
1 parent 2d2f4aa commit 43ed2ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/args.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ mod tests {
420420
assert_eq!(result.unwrap().dereference_mut().long(), Some(42));
421421
}
422422

423+
#[cfg(feature = "embed")]
423424
#[test]
424425
fn test_try_call_no_value() {
425426
let arg = Arg::new("test", DataType::Long);

0 commit comments

Comments
 (0)