Skip to content

Commit

Permalink
Also test .clear in Timer deprecation test
Browse files Browse the repository at this point in the history
---
Signed-off-by: Michael Ferguson <[email protected]>
  • Loading branch information
mppf committed Dec 12, 2023
1 parent fe8fec3 commit d885394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/deprecated/Time/useTimer.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ var t: Timer;

t.start();
t.stop();
t.clear();

0 comments on commit d885394

Please sign in to comment.