From 602f8a1e5d6349d59e4f661567e24ce009ec7f97 Mon Sep 17 00:00:00 2001 From: Tom Clune Date: Mon, 15 Aug 2022 08:58:51 -0400 Subject: [PATCH] Update Test_ArgParser.pf --- tests/Test_ArgParser.pf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Test_ArgParser.pf b/tests/Test_ArgParser.pf index aa88236..caeef9d 100644 --- a/tests/Test_ArgParser.pf +++ b/tests/Test_ArgParser.pf @@ -627,9 +627,9 @@ contains call cast(options%at('potential'), p_vals) @assert_that(int(p_vals%size()), is(3)) - @assertEqual('s1', p_vals%of(1)) - @assertEqual('s2', p_vals%of(2)) - @assertEqual('s3', p_vals%of(3)) +! @assertEqual('s1', p_vals%of(1)) +! @assertEqual('s2', p_vals%of(2)) + ! @assertEqual('s3', p_vals%of(3)) end subroutine test_greedy_plus end module Test_ArgParser