diff options
author | 2019-10-08 11:29:25 +0300 | |
---|---|---|
committer | 2019-10-08 11:29:25 +0300 | |
commit | 5a50d76eed4e9b4e4c86b82ee880e628ea9eb480 (patch) | |
tree | 44fcfc8a85ccf2d688cf909be7fbd39eb8ac8879 /test/diagnostic.c | |
parent | d8f2afd2f45da18950d67c240e1fb147058da995 (diff) | |
download | librin-5a50d76eed4e9b4e4c86b82ee880e628ea9eb480.tar.gz librin-5a50d76eed4e9b4e4c86b82ee880e628ea9eb480.tar.bz2 librin-5a50d76eed4e9b4e4c86b82ee880e628ea9eb480.zip |
tests: simplify file structure.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'test/diagnostic.c')
-rw-r--r-- | test/diagnostic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/diagnostic.c b/test/diagnostic.c index 017682d..7a6670e 100644 --- a/test/diagnostic.c +++ b/test/diagnostic.c @@ -19,7 +19,6 @@ */ #include "test.h" -#include "diagnostic_test_private.h" int diagnostic_test(char *testname) { |