From: compudj Date: Tue, 7 Oct 2008 18:40:58 +0000 (+0000) Subject: update test X-Git-Tag: v0.12.20~409 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=f8f2a1b9c3eccdc40e2cb17923adb8bd7969b576;p=lttv.git update test git-svn-id: http://ltt.polymtl.ca/svn@3080 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/trunk/tests/kernel/test-psrwlock.c b/trunk/tests/kernel/test-psrwlock.c index e5726774..4e926bf4 100644 --- a/trunk/tests/kernel/test-psrwlock.c +++ b/trunk/tests/kernel/test-psrwlock.c @@ -33,7 +33,7 @@ * 1 : test standard rwlock * 0 : test psrwlock */ -#define TEST_STD_RWLOCK 1 +#define TEST_STD_RWLOCK 0 /* * 1 : test with thread and interrupt readers.