We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a48a3 commit 9303ad3Copy full SHA for 9303ad3
test/darray.jl
@@ -752,9 +752,9 @@ t=@testset "test scalar ops" begin
752
@test @eval ($f)($a, $a) == ($f)($b, $b)
753
end
754
755
- @testset "$f" for f in (rem,)
+ @testset "$f" for f in (:rem,)
756
x = rand()
757
- @test f(a, x) == f(b, x)
+ @test @eval ($f).($a, $x) == ($f).($b, $x)
758
759
close(a)
760
close(c)
0 commit comments