From b9064fba9d27ac0675e6c5d2650f863602f5987f Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 29 Jul 2023 16:27:36 -0400 Subject: [PATCH] renamed parsed and upfront dirs to lowercase --- test/{Parsed => parsed}/Array.Parsed.hpp | 0 test/{Parsed => parsed}/Buffer.Parsed.hpp | 0 test/{Parsed => parsed}/HashTable.Parsed.hpp | 0 test/{Parsed => parsed}/Ring.Parsed.hpp | 0 test/{Parsed => parsed}/Sanity.Parsed.hpp | 0 test/{Upfront => upfront}/Array.Upfront.hpp | 0 test/{Upfront => upfront}/Buffer.Upfront.hpp | 0 test/{Upfront => upfront}/HashTable.Upfront.hpp | 0 test/{Upfront => upfront}/Ring.Upfront.hpp | 0 test/{Upfront => upfront}/Sanity.Upfront.hpp | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename test/{Parsed => parsed}/Array.Parsed.hpp (100%) rename test/{Parsed => parsed}/Buffer.Parsed.hpp (100%) rename test/{Parsed => parsed}/HashTable.Parsed.hpp (100%) rename test/{Parsed => parsed}/Ring.Parsed.hpp (100%) rename test/{Parsed => parsed}/Sanity.Parsed.hpp (100%) rename test/{Upfront => upfront}/Array.Upfront.hpp (100%) rename test/{Upfront => upfront}/Buffer.Upfront.hpp (100%) rename test/{Upfront => upfront}/HashTable.Upfront.hpp (100%) rename test/{Upfront => upfront}/Ring.Upfront.hpp (100%) rename test/{Upfront => upfront}/Sanity.Upfront.hpp (100%) diff --git a/test/Parsed/Array.Parsed.hpp b/test/parsed/Array.Parsed.hpp similarity index 100% rename from test/Parsed/Array.Parsed.hpp rename to test/parsed/Array.Parsed.hpp diff --git a/test/Parsed/Buffer.Parsed.hpp b/test/parsed/Buffer.Parsed.hpp similarity index 100% rename from test/Parsed/Buffer.Parsed.hpp rename to test/parsed/Buffer.Parsed.hpp diff --git a/test/Parsed/HashTable.Parsed.hpp b/test/parsed/HashTable.Parsed.hpp similarity index 100% rename from test/Parsed/HashTable.Parsed.hpp rename to test/parsed/HashTable.Parsed.hpp diff --git a/test/Parsed/Ring.Parsed.hpp b/test/parsed/Ring.Parsed.hpp similarity index 100% rename from test/Parsed/Ring.Parsed.hpp rename to test/parsed/Ring.Parsed.hpp diff --git a/test/Parsed/Sanity.Parsed.hpp b/test/parsed/Sanity.Parsed.hpp similarity index 100% rename from test/Parsed/Sanity.Parsed.hpp rename to test/parsed/Sanity.Parsed.hpp diff --git a/test/Upfront/Array.Upfront.hpp b/test/upfront/Array.Upfront.hpp similarity index 100% rename from test/Upfront/Array.Upfront.hpp rename to test/upfront/Array.Upfront.hpp diff --git a/test/Upfront/Buffer.Upfront.hpp b/test/upfront/Buffer.Upfront.hpp similarity index 100% rename from test/Upfront/Buffer.Upfront.hpp rename to test/upfront/Buffer.Upfront.hpp diff --git a/test/Upfront/HashTable.Upfront.hpp b/test/upfront/HashTable.Upfront.hpp similarity index 100% rename from test/Upfront/HashTable.Upfront.hpp rename to test/upfront/HashTable.Upfront.hpp diff --git a/test/Upfront/Ring.Upfront.hpp b/test/upfront/Ring.Upfront.hpp similarity index 100% rename from test/Upfront/Ring.Upfront.hpp rename to test/upfront/Ring.Upfront.hpp diff --git a/test/Upfront/Sanity.Upfront.hpp b/test/upfront/Sanity.Upfront.hpp similarity index 100% rename from test/Upfront/Sanity.Upfront.hpp rename to test/upfront/Sanity.Upfront.hpp