Skip to content

Commit de2dbbb

Browse files
committed
add explicity in test_stdlib_bitset_large
1 parent 349f602 commit de2dbbb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/bitsets/test_stdlib_bitset_large.f90

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
module test_stdlib_bitset_large
22
use testdrive, only : new_unittest, unittest_type, error_type, check
33
use :: stdlib_kinds, only : int8, int16, int32, int64
4-
use stdlib_bitsets
4+
use stdlib_bitsets, only: bitset_large, bits_kind&
5+
, bits &
6+
, success &
7+
, and, and_not, or, xor&
8+
, extract&
9+
, assignment(=)&
10+
, operator(<), operator(<=)&
11+
, operator(>), operator(>=)&
12+
, operator(/=), operator(==)
513
implicit none
614
character(*), parameter :: &
715
bitstring_0 = '000000000000000000000000000000000', &

0 commit comments

Comments
 (0)