brianp 2002/10/19 12:15:20
Modified: test testatomic.c
Log:
fix the label on one of the new tests
Revision Changes Path
1.19 +1 -1 apr/test/testatomic.c
Index: testatomic.c
===================================================================
RCS file: /home/cvs/apr/test/testatomic.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- testatomic.c 19 Oct 2002 19:06:44 -0000 1.18
+++ testatomic.c 19 Oct 2002 19:15:20 -0000 1.19
@@ -141,7 +141,7 @@
return APR_EGENERAL;
}
printf("OK\n");
- printf("%-60s", "testing CAS - no match");
+ printf("%-60s", "testing CAS for pointers - no match");
oldptr = apr_atomic_casptr(&casptr, &object2, &object1);
if (oldptr != &object2) {
fprintf(stderr, "Failed\noldval =%p should be %p\n", oldptr,
&object2);