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.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/dviware/dvisvgm/tests/testutil.hpp b/dviware/dvisvgm/tests/testutil.hpp
index 405b7d8239..b28542587c 100644
--- a/dviware/dvisvgm/tests/testutil.hpp
+++ b/dviware/dvisvgm/tests/testutil.hpp
@@ -1,18 +1,5 @@
#pragma once
-namespace testing {
- namespace internal {
- enum GTestColor {
- COLOR_DEFAULT,
- COLOR_RED,
- COLOR_GREEN,
- COLOR_YELLOW
- };
-
- void ColoredPrintf(GTestColor color, const char* fmt, ...);
- }
-}
-
#define WARNING(...) \
ColoredPrintf(testing::internal::COLOR_YELLOW, "[ WARNING ] "), \
ColoredPrintf(testing::internal::COLOR_YELLOW, __VA_ARGS__), \