We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec3d3d8 + a12a169 commit d02166dCopy full SHA for d02166d
test/runtests.jl
@@ -28,20 +28,11 @@ F = false
28
2.0 sqrt(1 + 4) sqrt(4 + 4)
29
]
30
31
-if VERSION < v"0.4.0-dev"
32
- bitrand(x...) = randbool(x...)
33
-end
34
-
35
36
a = sdf(bitrand(20,20), 10, 10)
37
@test size(a) == (10,10)
38
a = edf(bitrand(20,20), 10, 10)
39
40
41
42
- @test_throws ErrorException sdf(bitrand(20,20), 12, 10)
43
- @test_throws ErrorException edf(bitrand(20,20), 10, 12)
44
-else
45
- @test_throws AssertionError sdf(bitrand(20,20), 12, 10)
+@test_throws AssertionError sdf(bitrand(20,20), 12, 10)
46
@test_throws AssertionError edf(bitrand(20,20), 10, 12)
47
0 commit comments