aboutsummaryrefslogtreecommitdiff
path: root/lib/tinytest
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tinytest')
-rw-r--r--lib/tinytest/README1
-rw-r--r--lib/tinytest/tinytest.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/tinytest/README b/lib/tinytest/README
index 902c4a2e0..28165d8bc 100644
--- a/lib/tinytest/README
+++ b/lib/tinytest/README
@@ -15,4 +15,3 @@ You can get the latest version using Git, by pulling from
Patches are welcome. Patches that turn this from tinytest to hugetest
will not be applied. If you want a huge test framework, use CUnit.
-
diff --git a/lib/tinytest/tinytest.c b/lib/tinytest/tinytest.c
index 01772f3f8..be2ebd495 100644
--- a/lib/tinytest/tinytest.c
+++ b/lib/tinytest/tinytest.c
@@ -474,4 +474,3 @@ tinytest_set_test_skipped_(void)
if (cur_test_outcome==OK)
cur_test_outcome = SKIP;
}
-