From d09fd8b8922a8f65ed184ecdaa10daa84a332419 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 12 Jan 2018 15:56:41 +0100 Subject: [PATCH] Add annotations to array unittests --- src/accessors.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/accessors.d b/src/accessors.d index 5e36503..eac4bb5 100644 --- a/src/accessors.d +++ b/src/accessors.d @@ -889,7 +889,7 @@ unittest assert(S.bar == 6); } -unittest +@nogc nothrow pure @safe unittest { struct Thing { @@ -912,7 +912,7 @@ unittest } } -unittest +nothrow pure @safe unittest { class Class {