Skip to content

Commit

Permalink
Update tests/lang_tests_common.rs test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Feb 13, 2024
1 parent ad1232c commit 03eed27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lang_tests_common.rs
Expand Up @@ -28,7 +28,7 @@ pub fn main_inner(profile: Profile) {
} else {
// then we try to retrieve it from the `target` folder.
let commit = include_str!("../libgccjit.version").trim();
Path::new("target/libgccjit").join(commit)
Path::new("build/libgccjit").join(commit)
};

let gcc_path = Path::new(&gcc_path)
Expand Down

0 comments on commit 03eed27

Please sign in to comment.