From bbe3ff429077022a49e9a2c1aff9e2b7c1f0ed44 Mon Sep 17 00:00:00 2001 From: John Conway Date: Thu, 9 May 2019 13:41:41 +0100 Subject: Deleted binary, example test --- tests/__test1.nim | 12 ------------ tests/test_atom | Bin 482768 -> 0 bytes 2 files changed, 12 deletions(-) delete mode 100644 tests/__test1.nim delete mode 100755 tests/test_atom diff --git a/tests/__test1.nim b/tests/__test1.nim deleted file mode 100644 index 185df0e..0000000 --- a/tests/__test1.nim +++ /dev/null @@ -1,12 +0,0 @@ -# This is just an example to get you started. You may wish to put all of your -# tests into a single file, or separate them into multiple `test1`, `test2` -# etc. files (better names are recommended, just make sure the name starts with -# the letter 't'). -# -# To run these tests, simply execute `nimble test`. - -import unittest - -import feednim -test "can add": - check add(5, 5) == 10 diff --git a/tests/test_atom b/tests/test_atom deleted file mode 100755 index bb04749..0000000 Binary files a/tests/test_atom and /dev/null differ -- cgit v1.2.3