diff options
author | Eduardo Julian | 2021-09-13 00:34:49 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-13 00:34:49 -0400 |
commit | 6368253e731bd20b5f9f6891306b8302ec330d38 (patch) | |
tree | 7193fe97b318a43214f547d0f640a1497d6c5957 /stdlib/source/test | |
parent | 376c3e472fbb1e2656f8c61b26e0276570609aa1 (diff) |
Re-named #Label to #Tag.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/test/lux/meta.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/meta.lux b/stdlib/source/test/lux/meta.lux index ba5a0cc1a..66a22d81c 100644 --- a/stdlib/source/test/lux/meta.lux +++ b/stdlib/source/test/lux/meta.lux @@ -675,7 +675,7 @@ (|> {.#Item tags_0} list.enumeration (list#each (function (_ [index short]) - [short {.#Label [false type_0 {.#Item tags_0} index]}]))) + [short {.#Tag [false type_0 {.#Item tags_0} index]}]))) (|> {.#Item tags_1} list.enumeration (list#each (function (_ [index short]) |