From 6368253e731bd20b5f9f6891306b8302ec330d38 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 13 Sep 2021 00:34:49 -0400 Subject: Re-named #Label to #Tag. --- stdlib/source/test/lux/meta.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/source/test') 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]) -- cgit v1.2.3