Chromium Code Reviews| Index: tests/test_common.c |
| diff --git a/tests/test_common.c b/tests/test_common.c |
| index e53f596b21df2ff0a1b61251415b9359a2cb0689..e7e54933aaa85fb57739a4e09e1a352bb0417056 100644 |
| --- a/tests/test_common.c |
| +++ b/tests/test_common.c |
| @@ -13,11 +13,6 @@ |
| #include "file_keys.h" |
| #include "utility.h" |
| -/* ANSI Color coding sequences. */ |
| -#define COL_GREEN "\e[1;32m" |
| -#define COL_RED "\e[0;31m" |
| -#define COL_STOP "\e[m" |
| - |
| /* Global test success flag. */ |
| int gTestSuccess = 1; |