Skip to content

Commit

Permalink
Added type test for atom in begin_tests. David Tonhofer.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Jun 30, 2021
1 parent 0553f60 commit 6a3d809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plunit.pl
Expand Up @@ -280,6 +280,7 @@
begin_tests(Unit, []).

begin_tests(Unit, Options) :-
must_be(atom, Unit),
valid_options(Options, test_set_option),
make_unit_module(Unit, Name),
source_location(File, Line),
Expand Down

0 comments on commit 6a3d809

Please sign in to comment.