diff options
| author | christos <christos@NetBSD.org> | 2011-10-02 18:34:17 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2011-10-02 18:34:17 +0000 |
| commit | 0d81e2286773d8dfe5fd2f8f1520cfce8622e339 (patch) | |
| tree | 94b8bf8d76bacc84d1a584a30475d4efce1c0b68 /tests/include | |
| parent | 87e712ec77f4d28b4e97c4ba05427ef35438ae5a (diff) | |
remove stray underscore.
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/sys/t_bitops.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/include/sys/t_bitops.c b/tests/include/sys/t_bitops.c index 4b7fd8f7bec..322c192ebe2 100644 --- a/tests/include/sys/t_bitops.c +++ b/tests/include/sys/t_bitops.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_bitops.c,v 1.12 2011/10/01 18:38:39 christos Exp $ */ +/* $NetBSD: t_bitops.c,v 1.13 2011/10/02 18:34:17 christos Exp $ */ /*- * Copyright (c) 2011 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__RCSID("$NetBSD: t_bitops.c,v 1.12 2011/10/01 18:38:39 christos Exp $"); +__RCSID("$NetBSD: t_bitops.c,v 1.13 2011/10/02 18:34:17 christos Exp $"); #include <atf-c.h> @@ -165,7 +165,7 @@ ATF_TC_HEAD(ilog2_log2, tc) ATF_TC_BODY(ilog2_log2, tc) { -#ifdef __vax___ +#ifdef __vax__ atf_tc_skip("Test is unavailable on vax because of lack of log2()"); #else double x, y; |
