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 00c7c6d commit 8ef8157Copy full SHA for 8ef8157
Cargo.toml
@@ -9,7 +9,7 @@ members = [
9
"display",
10
"file",
11
"fs",
12
- "ftw",
+ "ftw",
13
"make",
14
"m4",
15
"m4/test-manager",
m4/tests/integration_test.rs
@@ -1651,9 +1651,7 @@ fn test_recurse() {
1651
#[test]
1652
fn test_recursive_defines() {
1653
init();
1654
- let output = run_command(Path::new(
1655
- "fixtures/integration_tests/recursive_defines.m4",
1656
- ));
+ let output = run_command(Path::new("fixtures/integration_tests/recursive_defines.m4"));
1657
1658
let test: TestSnapshot = read_test("fixtures/integration_tests/recursive_defines.out");
1659
assert_eq!(
0 commit comments