mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 15:26:00 +00:00
Simplify how regression tests are imported
This commit is contained in:
parent
02ab4a77ce
commit
509d52e70a
@ -1,2 +1,3 @@
|
||||
#[path = "regression/mod.rs"]
|
||||
mod regression;
|
||||
mod regression {
|
||||
automod::dir!("tests/regression");
|
||||
}
|
||||
|
@ -1 +0,0 @@
|
||||
automod::dir!("tests/regression");
|
Loading…
x
Reference in New Issue
Block a user