Skip to content

Commit 3078f71

Browse files
committed
refac(test): delete commented code
1 parent d4df0b7 commit 3078f71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/command_line_test.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ function check_flag_value() result(test_passes)
3434
integer exit_status, command_status
3535
character(len=132) command_message
3636

37-
! command = "fpm run --example get-flag-value -- --input-file ni_weights_iter131072 > /dev/null 2>&1", &
3837
call execute_command_line( &
3938
command = "fpm run --example get-flag-value -- --input-file some_file_name", &
4039
wait = .true., exitstat = exit_status, cmdstat = command_status, cmdmsg = command_message &

0 commit comments

Comments
 (0)