From c63068624e59a2c3bb03aca90d5a4233cff0631c Mon Sep 17 00:00:00 2001 From: John Basila Date: Tue, 24 May 2016 08:30:43 +0300 Subject: [PATCH] removed incorrect and irrelevant comment after the fix --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2