diff options
| -rw-r--r-- | netfs/unittests/testCore.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/netfs/unittests/testCore.cpp b/netfs/unittests/testCore.cpp index c3b925b..a35274c 100644 --- a/netfs/unittests/testCore.cpp +++ b/netfs/unittests/testCore.cpp @@ -16,10 +16,12 @@ operator==(const struct stat & a, const struct stat & b)  }  namespace std { +	// LCOV_EXCL_START  	ostream & operator<<(ostream & s, const struct stat & ss)  	{  		return s << "dev: " << ss.st_dev << " inode: " << ss.st_ino;  	} +	// LCOV_EXCL_STOP  }  class Core {  | 
