From 4669c097ca93cf9526841f792de24b0ed283d077 Mon Sep 17 00:00:00 2001 From: James C Bowden <jbowden@caltech.edu> Date: Sun, 19 Feb 2023 05:02:49 +0000 Subject: [PATCH] Delete MinFourHeapTests.xml --- .idea/runConfigurations/MinFourHeapTests.xml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .idea/runConfigurations/MinFourHeapTests.xml diff --git a/.idea/runConfigurations/MinFourHeapTests.xml b/.idea/runConfigurations/MinFourHeapTests.xml deleted file mode 100644 index cda8d07..0000000 --- a/.idea/runConfigurations/MinFourHeapTests.xml +++ /dev/null @@ -1,12 +0,0 @@ -<component name="ProjectRunConfigurationManager"> - <configuration default="false" name="MinFourHeapTests" type="JUnit" factoryName="JUnit"> - <module name="project06-regalloc" /> - <option name="PACKAGE_NAME" value="edu.caltech.cs2.datastructures" /> - <option name="MAIN_CLASS_NAME" value="edu.caltech.cs2.datastructures.MinFourHeapTests" /> - <option name="METHOD_NAME" value="" /> - <option name="TEST_OBJECT" value="class" /> - <method v="2"> - <option name="Make" enabled="true" /> - </method> - </configuration> -</component> \ No newline at end of file -- GitLab