diff options
| author | Eugen Wissner <belka@caraus.de> | 2022-05-29 21:43:08 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2022-05-30 05:43:08 +0200 |
| commit | cfcb1e727a777b26f2b43e297e7a846fdaa58f0d (patch) | |
| tree | 2d33a48067d84598c796fe4ab8ae1eeceb55272b /tests | |
| parent | c7bfbe06570b986e10c27a483dad83908feb892f (diff) | |
| download | tanya-cfcb1e727a777b26f2b43e297e7a846fdaa58f0d.tar.gz | |
Fix foldr scope
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tanya/tests/format.d | 2 |
1 files changed, 1 insertions, 1 deletions
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[]"); |
