aboutsummaryrefslogtreecommitdiff
path: root/tests/test/uuid.scm
diff options
context:
space:
mode:
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)))