diff options
author | Eduardo Julian | 2022-06-03 22:08:18 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-03 22:08:18 -0400 |
commit | f2172051a91bbb2578918dc784a053a321849b63 (patch) | |
tree | 5e49152d0992cadf9420a055cc24cabafc4e7972 /stdlib/source/test/lux/control/concurrency/async.lux | |
parent | 3e7d188cbe7bc9bce4a14318e2f62583fe2501d1 (diff) |
Extensible import syntax [Part 5]
Diffstat (limited to 'stdlib/source/test/lux/control/concurrency/async.lux')
-rw-r--r-- | stdlib/source/test/lux/control/concurrency/async.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/control/concurrency/async.lux b/stdlib/source/test/lux/control/concurrency/async.lux index c6c30199a..95647d607 100644 --- a/stdlib/source/test/lux/control/concurrency/async.lux +++ b/stdlib/source/test/lux/control/concurrency/async.lux @@ -1,6 +1,6 @@ (.using [library - [lux (.full) + [lux (.except) ["_" test (.only Test)] ["@" target] [abstract |