diff options
Diffstat (limited to 'stdlib/source/test/lux/ffi/export.rb.lux')
-rw-r--r-- | stdlib/source/test/lux/ffi/export.rb.lux | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/ffi/export.rb.lux b/stdlib/source/test/lux/ffi/export.rb.lux index 64b57eee8..394d16376 100644 --- a/stdlib/source/test/lux/ffi/export.rb.lux +++ b/stdlib/source/test/lux/ffi/export.rb.lux @@ -2,10 +2,11 @@ [library [lux (.except) ["_" test (.only Test)] - ["[0]" static] [math [number - ["n" nat]]]]] + ["n" nat]]] + [meta + ["[0]" static]]]] [\\library ["[0]" / (.only) ["/[1]" //]]]) |