Skip to content

Commit

Permalink
remove debugging comment
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Oct 12, 2024
1 parent a5428f6 commit 2804162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function runtests()
files = readdir(@__DIR__)
test_files = filter(startswith("test_"), files)

for f in test_files[1]
for f in test_files
if !isdir(f)
include(f)
end
Expand Down

0 comments on commit 2804162

Please sign in to comment.