From 189c9495c1e2f2a71360e278e2fde06ad4e273d9 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Sat, 28 Dec 2024 13:59:50 -0500 Subject: [PATCH] chore: rm src/caffeine/unit_test_parameters_m.f90 As suggested in the following comment, a better place for this module, if anywhere, would be in a separate fpm project: https://github.com/BerkeleyLab/caffeine/pull/133#discussion_r1761996357 --- src/caffeine/unit_test_parameters_m.f90 | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/caffeine/unit_test_parameters_m.f90 diff --git a/src/caffeine/unit_test_parameters_m.f90 b/src/caffeine/unit_test_parameters_m.f90 deleted file mode 100644 index d18434cd..00000000 --- a/src/caffeine/unit_test_parameters_m.f90 +++ /dev/null @@ -1,16 +0,0 @@ -! Copyright (c), The Regents of the University -! Terms of use are as specified in LICENSE.txt -module unit_test_parameters_m - !! Define values for consistent use throughout the test suite - implicit none - - private - public :: expected_stop_code - public :: expected_error_stop_code - - enum, bind(C) - enumerator :: expected_stop_code=99, expected_error_stop_code - ! used in stop/error-stop unit tests and example/test-support supporting programs - end enum - -end module unit_test_parameters_m \ No newline at end of file