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 b1ca1c8 commit 0ee96a3Copy full SHA for 0ee96a3
crates/sml-driver/tests/integration.rs
@@ -2,6 +2,6 @@ use goldentests::{TestConfig, TestResult};
2
3
#[test]
4
fn goldentests() -> TestResult<()> {
5
- let config = TestConfig::new("../../target/debug/sml-driver.exe", "../../tests/", "-- ")?;
+ let config = TestConfig::new("../../target/debug/sml-driver", "../../tests/", "-- ")?;
6
config.run_tests()
7
}
0 commit comments