Skip to content

Commit 201241d

Browse files
author
Alessandro
committed
fix tests
1 parent 5a04a8a commit 201241d

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
@@ -9,7 +9,7 @@ using Test
99
@test ex == similarterm(ex, :f, [:a, :b])
1010

1111
ex = :(arr[i, j])
12-
@test operation(ex) == :ref
12+
@test operation(ex) == getindex
1313
@test arguments(ex) == [:arr, :i, :j]
1414
@test exprhead(ex) == :ref
1515
@test ex == similarterm(Expr, :ref, [:arr, :i, :j]; exprhead=:ref)

0 commit comments

Comments
 (0)