Skip to content

Commit

Permalink
remove my log
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Jul 28, 2024
1 parent 0191795 commit e12b370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/clang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ mod test {
"-Xarch_x86_64",
"-include/Path/pch_x86_64.hxx"
);
println!("{:?}", a);

assert_eq!(
ovec!["-Xarch_arm64", "-include/Path/pch_arm64.hxx", "-Xarch_x86_64", "-include/Path/pch_x86_64.hxx"],
a.preprocessor_args
Expand Down

0 comments on commit e12b370

Please sign in to comment.