Skip to content

Commit a09991d

Browse files
committed
Resolve PoliCheck bugs in source
1 parent a112eba commit a09991d

File tree

1 file changed

+1
-1
lines changed
  • SampleTests/3rdparty/gtest-1.8.0/fused-src/gtest

1 file changed

+1
-1
lines changed

SampleTests/3rdparty/gtest-1.8.0/fused-src/gtest/gtest.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
#if GTEST_LANG_CXX11 && \
600600
(!defined(__GLIBCXX__) || ( \
601601
__GLIBCXX__ >= 20110325ul && /* GCC >= 4.6.0 */ \
602-
/* Blacklist of patch releases of older branches: */ \
602+
/* Denylist of patch releases of older branches: */ \
603603
__GLIBCXX__ != 20110416ul && /* GCC 4.4.6 */ \
604604
__GLIBCXX__ != 20120313ul && /* GCC 4.4.7 */ \
605605
__GLIBCXX__ != 20110428ul && /* GCC 4.5.3 */ \

0 commit comments

Comments
 (0)