Skip to content

Commit 786848d

Browse files
committed
Run ufixed tests first
They're fast, and test the most widely-used functionality
1 parent 16adff3 commit 786848d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
for f in ["fixed.jl", "ufixed.jl"]
1+
for f in ["ufixed.jl", "fixed.jl"]
22
println("Testing $f")
33
include(f)
44
end

0 commit comments

Comments
 (0)