Skip to content

Commit 9ff6cb6

Browse files
committed
Update
1 parent 7c04bc3 commit 9ff6cb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/FileFormats/NL/read.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ function test_try_scalar_affine_function()
10791079
:(($x+$x))=>2.0*x,
10801080
:(2.0*($x+$x))=>4.0*x,
10811081
:(($x+$x)*2.0)=>4.0*x,
1082-
:(($x+x)+2.0)=>2.0*x+2.0,
1082+
:(($x+$x)+2.0)=>2.0*x+2.0,
10831083
:(sin($x)*($x+$x))=>nothing,
10841084
:(($x+$x)*sin($x))=>nothing,
10851085
:($x*$x)=>nothing,

0 commit comments

Comments
 (0)