From 35cf9cb0c41b3e4c6311e427eeb5d03c13d0f430 Mon Sep 17 00:00:00 2001 From: Ivan Kylchik Date: Tue, 28 Nov 2023 11:34:28 +0100 Subject: [PATCH] [Project] Drop `Generate Compiler Tests` in favor of `Generate All Tests` `Generate Compiler Tests` configuration is not working properly because it doesn't include analysis api test generator. It was decided to keep only one generate configuration for tests. --- .../Generate_Compiler_Tests.xml | 28 ------------------- ...erate_All_Tests.xml => Generate_Tests.xml} | 2 +- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 .idea/runConfigurations/Generate_Compiler_Tests.xml rename .idea/runConfigurations/{Generate_All_Tests.xml => Generate_Tests.xml} (81%) diff --git a/.idea/runConfigurations/Generate_Compiler_Tests.xml b/.idea/runConfigurations/Generate_Compiler_Tests.xml deleted file mode 100644 index 515b76fb6a0..00000000000 --- a/.idea/runConfigurations/Generate_Compiler_Tests.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - diff --git a/.idea/runConfigurations/Generate_All_Tests.xml b/.idea/runConfigurations/Generate_Tests.xml similarity index 81% rename from .idea/runConfigurations/Generate_All_Tests.xml rename to .idea/runConfigurations/Generate_Tests.xml index 9b1c65fd9fe..eacf2d99a0c 100644 --- a/.idea/runConfigurations/Generate_All_Tests.xml +++ b/.idea/runConfigurations/Generate_Tests.xml @@ -1,5 +1,5 @@ - +