summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/tests/testutil.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/tests/testutil.hpp')
-rw-r--r--dviware/dvisvgm/tests/testutil.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dviware/dvisvgm/tests/testutil.hpp b/dviware/dvisvgm/tests/testutil.hpp
index b28542587c..c0deef1ad7 100644
--- a/dviware/dvisvgm/tests/testutil.hpp
+++ b/dviware/dvisvgm/tests/testutil.hpp
@@ -1,7 +1,7 @@
#pragma once
#define WARNING(...) \
- ColoredPrintf(testing::internal::COLOR_YELLOW, "[ WARNING ] "), \
- ColoredPrintf(testing::internal::COLOR_YELLOW, __VA_ARGS__), \
+ ColoredPrintf(testing::internal::GTestColor::kYellow, "[ WARNING ] "), \
+ ColoredPrintf(testing::internal::GTestColor::kYellow, __VA_ARGS__), \
printf("\n")