aboutsummaryrefslogtreecommitdiff
path: root/tests/test/uuid.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-02 19:26:40 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-02 19:28:44 +0200
commit712654d4c023a2ab13190c6905d313e0ba897965 (patch)
treeb8505b420d6621022fa6a46271340071d8881322 /tests/test/uuid.scm
parentMade displayln into a library export. (diff)
downloadcalp-712654d4c023a2ab13190c6905d313e0ba897965.tar.gz
calp-712654d4c023a2ab13190c6905d313e0ba897965.tar.xz
Rewrite test running system.
Diffstat (limited to 'tests/test/uuid.scm')
-rw-r--r--tests/test/uuid.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/test/uuid.scm b/tests/test/uuid.scm
deleted file mode 100644
index 1cedb59e..00000000
--- a/tests/test/uuid.scm
+++ /dev/null
@@ -1,11 +0,0 @@
-(define-module (test uuid)
- :use-module (srfi srfi-64)
- :use-module (srfi srfi-64 test-error)
- :use-module (srfi srfi-88)
- :use-module (hnh util uuid))
-
-
-(test-equal "UUIDv4 fixed seed"
- "d19c9347-9a85-4432-a876-5fb9c0d24d2b"
- (parameterize ((seed (seed->random-state 0)))
- (uuid-v4)))