From: John Basila Date: Tue, 24 May 2016 05:30:43 +0000 (+0300) Subject: removed incorrect and irrelevant comment after the fix X-Git-Tag: v3.3~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c63068624e59a2c3bb03aca90d5a4233cff0631c;p=thirdparty%2Fccache.git removed incorrect and irrelevant comment after the fix --- diff --git a/test.sh b/test.sh index b74d212b4..a9fc7b103 100755 --- a/test.sh +++ b/test.sh @@ -1492,7 +1492,7 @@ EOF CPATH=subdir2 $CCACHE $COMPILER -c foo.c checkstat 'cache hit (direct)' 1 checkstat 'cache hit (preprocessed)' 1 - checkstat 'cache miss' 1 # subdir2 is part of the preprocessor output + checkstat 'cache miss' 1 CPATH=subdir2 $CCACHE $COMPILER -c foo.c checkstat 'cache hit (direct)' 2 checkstat 'cache hit (preprocessed)' 1