We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c1693 commit 03b4d60Copy full SHA for 03b4d60
test/string/test_string_to_number.fypp
@@ -1,6 +1,6 @@
1
#: include "common.fypp"
2
module test_string_to_number
3
- use stdlib_kinds, only: sp, dp, qp
+ use stdlib_kinds, only: sp, dp, xdp, qp
4
use stdlib_str2num, only: to_num
5
use testdrive, only : new_unittest, unittest_type, error_type, check
6
implicit none
0 commit comments