]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
removed incorrect and irrelevant comment after the fix
authorJohn Basila <jbasila@checkpoint.com>
Tue, 24 May 2016 05:30:43 +0000 (08:30 +0300)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 21 Jul 2016 19:48:59 +0000 (21:48 +0200)
test.sh

diff --git a/test.sh b/test.sh
index b74d212b45ca5e55a8fb28bb28a5818f25a63834..a9fc7b103b712ba2978b701ec90a47cb3eb62a57 100755 (executable)
--- 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