We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155b554 commit bbd4059Copy full SHA for bbd4059
1 file changed
src/julienne/julienne_test_result_s.f90
@@ -18,7 +18,7 @@
18
19
module procedure characterize
20
if (.not. allocated(self%diagnosis_)) then
21
- characterization = "SKIPS on " // trim(self%description_%string()) // "."
+ characterization = "SKIPS on " // trim(self%description_%string()) // "."
22
else
23
associate(test_passed => self%diagnosis_%test_passed())
24
characterization = merge("passes on ", "FAILS on ", test_passed) // trim(self%description_%string()) // "."
0 commit comments