Skip to content

Commit 0ee96a3

Browse files
committed
Remove .exe from hardcoded path
1 parent b1ca1c8 commit 0ee96a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/sml-driver/tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ use goldentests::{TestConfig, TestResult};
22

33
#[test]
44
fn goldentests() -> TestResult<()> {
5-
let config = TestConfig::new("../../target/debug/sml-driver.exe", "../../tests/", "-- ")?;
5+
let config = TestConfig::new("../../target/debug/sml-driver", "../../tests/", "-- ")?;
66
config.run_tests()
77
}

0 commit comments

Comments
 (0)