Skip to content

Commit 431d778

Browse files
committed
Fix test for GSL
1 parent e51acd2 commit 431d778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Haar.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if _HAVE_GSL
1+
if isdefined(:_HAVE_GSL)
22
N=5
33
A=randn(N,N)
44
B=randn(N,N)

0 commit comments

Comments
 (0)