aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta/compiler/language/lux/translation.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/meta/compiler/language/lux/translation.lux')
-rw-r--r--stdlib/source/test/lux/meta/compiler/language/lux/translation.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/meta/compiler/language/lux/translation.lux b/stdlib/source/test/lux/meta/compiler/language/lux/translation.lux
index 3a29d167a..babc74324 100644
--- a/stdlib/source/test/lux/meta/compiler/language/lux/translation.lux
+++ b/stdlib/source/test/lux/meta/compiler/language/lux/translation.lux
@@ -31,7 +31,7 @@
(def dummy_host
(/.Host Any Any)
(implementation
- (def (evaluate _ _)
+ (def (evaluate _)
{try.#Failure ""})
(def (execute _)
{try.#Failure ""})