Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: utility/load_kernel_test.c

Issue 2809037: Make vboot_reference build in MSVC command line environment. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: Integrated trunk changes. Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/vboot_common_tests.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/load_kernel_test.c
diff --git a/utility/load_kernel_test.c b/utility/load_kernel_test.c
index ebeeb43a9a2a80013092d6b000ecb3af165743a2..83cc60c4af44845a714c6b8aa754cf0d0b5ffa18 100644
--- a/utility/load_kernel_test.c
+++ b/utility/load_kernel_test.c
@@ -20,12 +20,6 @@
#include "utility.h"
#include "vboot_kernel.h"
-/* ANSI Color coding sequences. */
-#define COL_GREEN "\e[1;32m"
-#define COL_RED "\e[0;31m"
-#define COL_STOP "\e[m"
-
-
#define LBA_BYTES 512
#define KERNEL_BUFFER_SIZE 0x600000
« no previous file with comments | « tests/vboot_common_tests.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698