From 5ba6d35a1b146c206602704369a1c6ba18a0152a Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 3 Sep 2018 09:55:19 +0200 Subject: Use fixed dscanner version --- source/tanya/range/primitive.d | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'source') diff --git a/source/tanya/range/primitive.d b/source/tanya/range/primitive.d index 72824a5..1b3b96b 100644 --- a/source/tanya/range/primitive.d +++ b/source/tanya/range/primitive.d @@ -909,17 +909,6 @@ void put(R, E)(ref R range, auto ref E e) assert(oc.e == 2); } -/// -@nogc nothrow pure @safe unittest -{ - int[2] actual; - int[2] expected = [2, 3]; - auto slice = actual[]; - - put(slice, expected[]); - assert(actual == expected); -} - /** * Determines whether $(D_PARAM R) is an output range for the elemens of type * $(D_PARAM E). -- cgit v1.2.3