From 5dd3696439d115870b4a73733ff910192550e56e Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 2 Aug 2022 21:26:45 +0200 Subject: test: Ignore clang warning from -fdebug-prefix-map test --- test/suites/split_dwarf.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/suites/split_dwarf.bash b/test/suites/split_dwarf.bash index dcbac0b3..0b23ef87 100644 --- a/test/suites/split_dwarf.bash +++ b/test/suites/split_dwarf.bash @@ -108,7 +108,7 @@ SUITE_split_dwarf() { expect_stat preprocessed_cache_hit 0 expect_stat cache_miss 1 expect_stat files_in_cache 2 - expect_objdump_not_contains test.o "$(pwd)" + expect_objdump_not_contains test.o "$(pwd)" 2>/dev/null cd ../dir2 CCACHE_BASEDIR=$(pwd) $CCACHE_COMPILE -I$(pwd)/include -gsplit-dwarf -fdebug-prefix-map=$(pwd)=. -c $(pwd)/src/test.c -o $(pwd)/test.o @@ -116,7 +116,7 @@ SUITE_split_dwarf() { expect_stat preprocessed_cache_hit 0 expect_stat cache_miss 1 expect_stat files_in_cache 2 - expect_objdump_not_contains test.o "$(pwd)" + expect_objdump_not_contains test.o "$(pwd)" 2>/dev/null # ------------------------------------------------------------------------- TEST "-gsplit-dwarf -g1" -- cgit v1.2.1