aboutsummaryrefslogtreecommitdiff
path: root/atf-c/unused_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'atf-c/unused_test.c')
-rw-r--r--atf-c/unused_test.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/atf-c/unused_test.c b/atf-c/unused_test.c
index e8de6823a374..1c5fda93230f 100644
--- a/atf-c/unused_test.c
+++ b/atf-c/unused_test.c
@@ -1,7 +1,4 @@
-/*
- * Automated Testing Framework (atf)
- *
- * Copyright (c) 2012 The NetBSD Foundation, Inc.
+/* Copyright (c) 2012 The NetBSD Foundation, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -24,10 +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/macros.h>
+#include <atf-c.h>
ATF_TC(this_is_used);
ATF_TC_HEAD(this_is_used, tc)