Skip to content

Commit a1297da

Browse files
committed
removed exponent aliases in onepass test
1 parent 2b8402d commit a1297da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_onepass.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ function test_onepass()
781781
r = y₃
782782
v = y₄
783783
aa = y₁(s) ++ z₂
784-
(s) == [aa(s) + w(s)^2, r²(s), 0, 0]
784+
(s) == [aa(s) + w(s)^2, r(s)^2, 0, 0]
785785
0 => min # generic (untested)
786786
end
787787
z = [5, 6]

0 commit comments

Comments
 (0)