diff options
Diffstat (limited to 'src/unit-tests/utils/t-factory.test.scm')
-rw-r--r-- | src/unit-tests/utils/t-factory.test.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/unit-tests/utils/t-factory.test.scm b/src/unit-tests/utils/t-factory.test.scm index eda983b..d780c17 100644 --- a/src/unit-tests/utils/t-factory.test.scm +++ b/src/unit-tests/utils/t-factory.test.scm @@ -1,7 +1,7 @@ -;; -*- compile-command: "guile -L ./src ./src/unit-tests/utils/t-factory.test.scm"; -*- +;; -*- compile-command: "guile -L ./src/modules ./src/unit-tests/utils/t-factory.test.scm"; -*- (use-modules (srfi srfi-64) - (modules ast assembly-tree) - (modules utils t-factory)) + (ast assembly-tree) + (utils t-factory)) (test-begin "t-factory-harness") |