From fef169d5e4a10772b037ffd59d1c210795e82e7c Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Thu, 16 Jun 2022 08:27:31 -0400 Subject: [PATCH] Remove pfio/tests/Test_SimpleClient.pf --- CHANGELOG.md | 1 + pfio/tests/Test_SimpleClient.pf | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 pfio/tests/Test_SimpleClient.pf diff --git a/CHANGELOG.md b/CHANGELOG.md index bd39acbbb3ec..20aba8c59140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `program` statements to some test programs - Remove `pfio/pfio_io_demo.F90` as dead code - Fix redefinition of `_RETURN` in `pflogger_stub.F90` + - Removed unused `Test_SimpleClient.pf` ### Added diff --git a/pfio/tests/Test_SimpleClient.pf b/pfio/tests/Test_SimpleClient.pf deleted file mode 100644 index fe526bea29cb..000000000000 --- a/pfio/tests/Test_SimpleClient.pf +++ /dev/null @@ -1,15 +0,0 @@ -module Test_SimpleClient - use pFIO_SimpleClient - use pfunit - implicit none - -contains - - @test - subroutine test_ - - - call client%send(array) - - -end module Test_SimpleClient