summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/console.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/console.c b/lib/console.c
index 6bbb8a7c..c7ca3bc2 100644
--- a/lib/console.c
+++ b/lib/console.c
@@ -743,11 +743,13 @@ setup_verbosity(VOID)
setup_console(-1);
}
+#ifndef SHIM_UNIT_TEST
VOID
msleep(unsigned long msecs)
{
BS->Stall(msecs);
}
+#endif
/* This is used in various things to determine if we should print to the
* console */