summaryrefslogtreecommitdiff
path: root/test/testatomic.c
diff options
context:
space:
mode:
authorianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2002-02-19 23:45:06 +0000
committerianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2002-02-19 23:45:06 +0000
commit70212b146b2823174a0b801096c81b05453aeafb (patch)
tree07281204823fc7fa3c129867165cb2af262efabd /test/testatomic.c
parent6e81a9cc203db8d97fdccc356c8840c764356976 (diff)
downloadlibapr-70212b146b2823174a0b801096c81b05453aeafb.tar.gz
enable sun-sparc specific code
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63028 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testatomic.c')
-rw-r--r--test/testatomic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testatomic.c b/test/testatomic.c
index 7f985d701..00e6f7278 100644
--- a/test/testatomic.c
+++ b/test/testatomic.c
@@ -83,7 +83,6 @@ static apr_status_t check_basic_atomics(volatile apr_atomic_t*p)
return APR_EGENERAL;
}
printf("OK\n");
- printf("debug\n y=%d\n",y);
printf("%-60s", "testing CAS - match non-null");
oldval = apr_atomic_cas(&y,23,12);
if (oldval != 12) {