Skip to content

Commit 5b0b198

Browse files
committed
cleanup [ci skip]
1 parent 468dfa1 commit 5b0b198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ add_library(assert tests/assert.f90 tests/error2008.f90)
2424
target_compile_options(assert PRIVATE ${FFLAGS})
2525

2626
if(UNIX)
27-
add_test(NAME UIrpn COMMAND bash -c "echo -e '2 5 * \n q' | ./rpncalc ")
27+
add_test(NAME UIrpn COMMAND bash -c "echo -e '2 5 * \n q' | ./rpncalc")
2828
endif()
2929

3030
#--- install

0 commit comments

Comments
 (0)