summaryrefslogtreecommitdiffstats
path: root/contrib/atf/atf-c/error_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/atf/atf-c/error_test.c')
-rw-r--r--contrib/atf/atf-c/error_test.c24
1 files changed, 4 insertions, 20 deletions
diff --git a/contrib/atf/atf-c/error_test.c b/contrib/atf/atf-c/error_test.c
index 2c2a307..8bfa124 100644
--- a/contrib/atf/atf-c/error_test.c
+++ b/contrib/atf/atf-c/error_test.c
@@ -1,7 +1,4 @@
-/*
- * Automated Testing Framework (atf)
- *
- * Copyright (c) 2008 The NetBSD Foundation, Inc.
+/* Copyright (c) 2008 The NetBSD Foundation, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -24,8 +21,9 @@
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
- * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
+ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
+
+#include "atf-c/error.h"
#include <errno.h>
#include <stdint.h>
@@ -35,9 +33,6 @@
#include <atf-c.h>
#include "atf-c/defs.h"
-#include "atf-c/error.h"
-
-#include "detail/test_helpers.h"
/* ---------------------------------------------------------------------
* Auxiliary functions.
@@ -277,13 +272,6 @@ ATF_TC_BODY(no_memory_twice, tc)
}
/* ---------------------------------------------------------------------
- * Tests cases for the header file.
- * --------------------------------------------------------------------- */
-
-HEADER_TC(include, "atf-c/error.h");
-HEADER_TC(include_fwd, "atf-c/error_fwd.h");
-
-/* ---------------------------------------------------------------------
* Main.
* --------------------------------------------------------------------- */
@@ -305,9 +293,5 @@ ATF_TP_ADD_TCS(tp)
ATF_TP_ADD_TC(tp, no_memory_format);
ATF_TP_ADD_TC(tp, no_memory_twice);
- /* Add the test cases for the header file. */
- ATF_TP_ADD_TC(tp, include);
- ATF_TP_ADD_TC(tp, include_fwd);
-
return atf_no_error();
}
OpenPOWER on IntegriCloud