Clean cache before first pch test to avoid error when $COMPILER is ccache

This commit is contained in:
Joel Rosdahl 2010-09-04 18:26:57 +02:00
parent 890bb7312b
commit 13fb386e0a

View File

@ -1635,6 +1635,7 @@ EOF
backdate pch.h
testname="create .gch, -c, no -o"
$CCACHE -zC >/dev/null
$CCACHE $COMPILER -c pch.h
checkstat 'cache hit (direct)' 0
checkstat 'cache hit (preprocessed)' 0