summaryrefslogtreecommitdiff
path: root/src/unit-tests/utils/t-factory.test.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/unit-tests/utils/t-factory.test.scm')
-rw-r--r--src/unit-tests/utils/t-factory.test.scm19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/unit-tests/utils/t-factory.test.scm b/src/unit-tests/utils/t-factory.test.scm
deleted file mode 100644
index d780c17..0000000
--- a/src/unit-tests/utils/t-factory.test.scm
+++ /dev/null
@@ -1,19 +0,0 @@
-;; -*- compile-command: "guile -L ./src/modules ./src/unit-tests/utils/t-factory.test.scm"; -*-
-(use-modules (srfi srfi-64)
- (ast assembly-tree)
- (utils t-factory))
-
-
-(test-begin "t-factory-harness")
-
-
-(test-equal "make first temporary"
- 't.101
- (temporary-name (make-t)))
-
-(test-equal "make second temporary"
- 't.102
- (temporary-name (make-t)))
-
-
-(test-end "t-factory-harness")