Module Name: src
Committed By: martin
Date: Sun Apr 14 12:45:50 UTC 2013
Modified Files:
src/tests/lib/libc/gen: t_fpsetmask.c
Log Message:
Do not include isqemu.h if we are not going to use the test
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libc/gen/t_fpsetmask.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/gen/t_fpsetmask.c
diff -u src/tests/lib/libc/gen/t_fpsetmask.c:1.10 src/tests/lib/libc/gen/t_fpsetmask.c:1.11
--- src/tests/lib/libc/gen/t_fpsetmask.c:1.10 Fri Apr 12 17:13:54 2013
+++ src/tests/lib/libc/gen/t_fpsetmask.c Sun Apr 14 12:45:50 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: t_fpsetmask.c,v 1.10 2013/04/12 17:13:54 christos Exp $ */
+/* $NetBSD: t_fpsetmask.c,v 1.11 2013/04/14 12:45:50 martin Exp $ */
/*-
* Copyright (c) 1995 The NetBSD Foundation, Inc.
@@ -40,6 +40,7 @@
#ifndef _FLOAT_IEEE754
+
ATF_TC(no_test);
ATF_TC_HEAD(no_test, tc)
{