From 0b270df0063b6b04c65b7a9c7b468a6b8e918aa1 Mon Sep 17 00:00:00 2001 From: josetr <37419832+josetr@users.noreply.github.com> Date: Mon, 30 Nov 2020 01:34:03 +0000 Subject: [PATCH] Rename files --- tests/CLI/{CLI.cs => CLI.Gen.cs} | 0 tests/CSharp/{CSharp.cs => CSharp.Gen.cs} | 0 tests/Common/{Common.cs => Common.Gen.cs} | 0 tests/Empty/{Empty.cs => Empty.Gen.cs} | 0 tests/Encodings/{Encodings.cs => Encodings.Gen.cs} | 0 .../{NamespacesDerived.cs => NamespacesDerived.Gen.cs} | 0 tests/StandardLib/{StandardLib.cs => StandardLib.Gen.cs} | 0 tests/VTables/{VTables.cs => VTables.Gen.cs} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename tests/CLI/{CLI.cs => CLI.Gen.cs} (100%) rename tests/CSharp/{CSharp.cs => CSharp.Gen.cs} (100%) rename tests/Common/{Common.cs => Common.Gen.cs} (100%) rename tests/Empty/{Empty.cs => Empty.Gen.cs} (100%) rename tests/Encodings/{Encodings.cs => Encodings.Gen.cs} (100%) rename tests/NamespacesDerived/{NamespacesDerived.cs => NamespacesDerived.Gen.cs} (100%) rename tests/StandardLib/{StandardLib.cs => StandardLib.Gen.cs} (100%) rename tests/VTables/{VTables.cs => VTables.Gen.cs} (100%) diff --git a/tests/CLI/CLI.cs b/tests/CLI/CLI.Gen.cs similarity index 100% rename from tests/CLI/CLI.cs rename to tests/CLI/CLI.Gen.cs diff --git a/tests/CSharp/CSharp.cs b/tests/CSharp/CSharp.Gen.cs similarity index 100% rename from tests/CSharp/CSharp.cs rename to tests/CSharp/CSharp.Gen.cs diff --git a/tests/Common/Common.cs b/tests/Common/Common.Gen.cs similarity index 100% rename from tests/Common/Common.cs rename to tests/Common/Common.Gen.cs diff --git a/tests/Empty/Empty.cs b/tests/Empty/Empty.Gen.cs similarity index 100% rename from tests/Empty/Empty.cs rename to tests/Empty/Empty.Gen.cs diff --git a/tests/Encodings/Encodings.cs b/tests/Encodings/Encodings.Gen.cs similarity index 100% rename from tests/Encodings/Encodings.cs rename to tests/Encodings/Encodings.Gen.cs diff --git a/tests/NamespacesDerived/NamespacesDerived.cs b/tests/NamespacesDerived/NamespacesDerived.Gen.cs similarity index 100% rename from tests/NamespacesDerived/NamespacesDerived.cs rename to tests/NamespacesDerived/NamespacesDerived.Gen.cs diff --git a/tests/StandardLib/StandardLib.cs b/tests/StandardLib/StandardLib.Gen.cs similarity index 100% rename from tests/StandardLib/StandardLib.cs rename to tests/StandardLib/StandardLib.Gen.cs diff --git a/tests/VTables/VTables.cs b/tests/VTables/VTables.Gen.cs similarity index 100% rename from tests/VTables/VTables.cs rename to tests/VTables/VTables.Gen.cs