Skip to content

Commit

Permalink
fix: Disabling manual set of clang-16 of the clang's compiler driver …
Browse files Browse the repository at this point in the history
…for the integration tests of the project
  • Loading branch information
TheRustifyer committed Aug 10, 2024
1 parent 9cb7a09 commit 443b582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zork++/test/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ fn test_clang_full_process() -> Result<()> {
"-vv",
"--root",
&project_root,
"--driver-path",
"clang++-16", // Local cfg issues
/* "--driver-path",
"clang++-16", // Local cfg issues*/
"run",
]));
assert!(process_result.is_ok(), "{}", process_result.unwrap_err());
Expand Down

0 comments on commit 443b582

Please sign in to comment.