diff options
Diffstat (limited to 'tests/019/pct-fun.tl')
-rw-r--r-- | tests/019/pct-fun.tl | 3 |
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"))) |