Skip to content

Commit

Permalink
remove tests of GMT.sprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
ZMAlt committed Sep 29, 2024
1 parent d491b80 commit 8df7cc2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_common_opts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,4 @@
GMT.parse_opt_S(Dict(:size => (exp, [1 2])), rand(4))
GMT.parse_opt_S(Dict(:size => ((pow,2), [1 2])), rand(4))

GMT.sprintf("%f", 0.1)
GMT.sprintf("%f,%f", 0.1, 0.2)
GMT.sprintf("%f/%f/%f", 0.1, 0.2, 0.3)
GMT.sprintf("%f/%f/%f/%f", 0.1, 0.2, 0.3, 0.4)
end

0 comments on commit 8df7cc2

Please sign in to comment.