aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tanya/tests/format.d2
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[]");