summaryrefslogtreecommitdiffstats
path: root/tests/019
diff options
context:
space:
mode:
Diffstat (limited to 'tests/019')
-rw-r--r--tests/019/pct-fun.tl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/019/pct-fun.tl b/tests/019/pct-fun.tl
index eae0d9bb..6e45f299 100644
--- a/tests/019/pct-fun.tl
+++ b/tests/019/pct-fun.tl
@@ -37,5 +37,6 @@
(compile-only
(eval-only
- (compile-file (base-name *load-path*) "temp.tlo")
+ (with-compile-opts (nil unused)
+ (compile-file (base-name *load-path*) "temp.tlo"))
(remove-path "temp.tlo")))