diff options
Diffstat (limited to 'tests/012/compile.tl')
-rw-r--r-- | tests/012/compile.tl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/012/compile.tl b/tests/012/compile.tl index 9b22d92a..b79d92f4 100644 --- a/tests/012/compile.tl +++ b/tests/012/compile.tl @@ -10,5 +10,6 @@ (when (path-exists-p exf) (file-append-string %expected-file% (file-get-string exf)))) - (compile-file `@f.tl` "temp.tlo") + (with-compile-opts (nil unused) + (compile-file `@f.tl` "temp.tlo")) (remove-path "temp.tlo")) |