From 58b58abc5cbe48574e00d7aa7ff621a26f0238ac Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Thu, 19 Apr 2018 09:27:25 -0700 Subject: [PATCH] Move Tuple8 to Tests This is not used directly within ImageSharp --- .../Common/Tuples => tests/ImageSharp.Tests/Common}/Tuple8.cs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {src/ImageSharp/Common/Tuples => tests/ImageSharp.Tests/Common}/Tuple8.cs (100%) diff --git a/src/ImageSharp/Common/Tuples/Tuple8.cs b/tests/ImageSharp.Tests/Common/Tuple8.cs similarity index 100% rename from src/ImageSharp/Common/Tuples/Tuple8.cs rename to tests/ImageSharp.Tests/Common/Tuple8.cs