Skip to content

Commit

Permalink
Update tests/expandtest.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Apr 13, 2021
1 parent 55b743c commit 0dca5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/expandtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::{
process::{Command, ExitStatus, Stdio},
};

const PATH: &str = "tests/expand/*/*.rs";
const PATH: &str = "tests/expand/**/*.rs";

#[rustversion::attr(not(nightly), ignore)]
#[test]
Expand Down

0 comments on commit 0dca5be

Please sign in to comment.