We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90219cd commit 75f48d6Copy full SHA for 75f48d6
gix-config/tests/file/mod.rs
@@ -29,7 +29,7 @@ mod open {
29
#[test]
30
fn fuzzed() {
31
let file = File::from_bytes_no_includes(
32
- include_bytes!("../fixtures/fuzz/stackoverflow-01.config"),
+ include_bytes!("../fixtures/fuzzed/stackoverflow-01.config"),
33
gix_config::file::Metadata::default(),
34
Default::default(),
35
)
gix-config/tests/fixtures/fuzz/stackoverflow-01.config renamed to gix-config/tests/fixtures/fuzzed/stackoverflow-01.config
0 commit comments