From cfcb1e727a777b26f2b43e297e7a846fdaa58f0d Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 29 May 2022 21:43:08 +0200 Subject: Fix foldr scope --- tests/tanya/tests/format.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/tanya/tests/format.d b/tests/tanya/tests/format.d index f080a67..84b84d5 100644 --- a/tests/tanya/tests/format.d +++ b/tests/tanya/tests/format.d @@ -258,7 +258,7 @@ unittest } // Typeid -nothrow pure @safe unittest +nothrow @safe unittest { assert(format!"{}"(typeid(int[])) == "int[]"); -- cgit v1.2.3