summaryrefslogtreecommitdiff
path: root/tests/test_common.h
diff options
context:
space:
mode:
authorPrathmesh Prabhu <pprabhu@chromium.org>2015-03-12 03:14:01 +0000
committerPrathmesh Prabhu <pprabhu@chromium.org>2015-03-12 03:15:51 +0000
commit1ab2c10e8cc51a66272458117e35619d87f53db0 (patch)
treea5c02398817dd05b6db210dc86ffad48e95e9cca /tests/test_common.h
parent271c071344beaacc45201c17406bcf3b4daece88 (diff)
downloadvboot-1ab2c10e8cc51a66272458117e35619d87f53db0.tar.gz
Revert "futility: add tests for futil_file_type()"
This reverts commit 271c071344beaacc45201c17406bcf3b4daece88. BUG=chromium:466433 TEST=None. Change-Id: Ic84d069d672a76b46201a0e3700801a1e6d47438 Reviewed-on: https://chromium-review.googlesource.com/259364 Reviewed-by: David James <davidjames@chromium.org> Tested-by: Prathmesh Prabhu <pprabhu@chromium.org>
Diffstat (limited to 'tests/test_common.h')
-rw-r--r--tests/test_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_common.h b/tests/test_common.h
index 34e39ed7..9a84f505 100644
--- a/tests/test_common.h
+++ b/tests/test_common.h
@@ -51,7 +51,6 @@ int TEST_SUCC(int result, const char* testname);
* Don't use \e as MSC does not recognize it as a valid escape sequence.
*/
#define COL_GREEN "\x1b[1;32m"
-#define COL_YELLOW "\x1b[1;33m"
#define COL_RED "\x1b[0;31m"
#define COL_STOP "\x1b[m"