Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-13 21:01:50 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-13 21:01:50 +0300
commit3cee364775cd740b9f31c0ff71e2969b1cdca3b0 (patch)
treefc2b9ef03f7a4dbb2547b8bb5f894dd7bf51f916 /Tests
parent6f96036ef87bd24d54e713ae0700ceba5428b32f (diff)
Migrated to SkiaSharp
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Program.cs b/Tests/Program.cs
index 135457d..49c9390 100644
--- a/Tests/Program.cs
+++ b/Tests/Program.cs
@@ -2,7 +2,7 @@
namespace com.clusterrr.Famicom.NesTiler.Benchmarks
{
- public class Benchmarks
+ public class Tests
{
const string ImagesPath = "Images";
const string ReferencesDir = "References";