From 8bf1a8bebc893ff22be8cf49acfcd1f8b7463399 Mon Sep 17 00:00:00 2001 From: Geoffrey Challen Date: Wed, 30 Dec 2015 10:11:28 -0600 Subject: [PATCH] Our changes to the CV tests. --- kern/test/synchtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kern/test/synchtest.c b/kern/test/synchtest.c index fde2fdc..151971e 100644 --- a/kern/test/synchtest.c +++ b/kern/test/synchtest.c @@ -294,7 +294,7 @@ cvtest(int nargs, char **args) (void)args; inititems(); - kprintf("Starting new CV test...\n"); + kprintf("Starting CV test...\n"); kprintf("Threads should print out in reverse order.\n"); testval1 = NTHREADS-1;