aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test
diff options
context:
space:
mode:
authorEduardo Julian2021-09-13 00:34:49 -0400
committerEduardo Julian2021-09-13 00:34:49 -0400
commit6368253e731bd20b5f9f6891306b8302ec330d38 (patch)
tree7193fe97b318a43214f547d0f640a1497d6c5957 /stdlib/source/test
parent376c3e472fbb1e2656f8c61b26e0276570609aa1 (diff)
Re-named #Label to #Tag.
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/meta.lux2
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])