From 6a783002e8b17995132fc6334b4e0900c36bf9a0 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 15 Aug 2018 13:41:42 +0100 Subject: Library: Use `nsl` as library namespace. --- test/tests.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/tests.h') diff --git a/test/tests.h b/test/tests.h index 9f05d9c..fd89bea 100644 --- a/test/tests.h +++ b/test/tests.h @@ -4,8 +4,8 @@ * Copyright 2015 Michael Drake */ -#ifndef nslayout_tests_h_ -#define nslayout_tests_h_ +#ifndef nsl_tests_h_ +#define nsl_tests_h_ #include @@ -13,7 +13,7 @@ #include -extern void nslayout_assert_suite(SRunner *); -extern void nslayout_nslayout_object_suite(SRunner *); +extern void nsl_assert_suite(SRunner *); +extern void nsl_nsl_object_suite(SRunner *); #endif -- cgit v1.2.3