Skip to content

Commit

Permalink
[tests] Hide clang warnings from log (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Yegorov authored Aug 21, 2023
1 parent af3511c commit e8af3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion casr/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3576,7 +3576,7 @@ fn test_casr_ubsan() {
let clang = Command::new("bash")
.arg("-c")
.arg(format!(
"clang++ -fsanitize=undefined -O0 -g {} -o {}",
"clang++ -fsanitize=undefined -O0 -g {} -o {} -Wno-everything",
&paths[0], &paths[1]
))
.status()
Expand Down

0 comments on commit e8af3a9

Please sign in to comment.