Skip to content

Commit 67d2c8f

Browse files
fix test
1 parent d5c2d4c commit 67d2c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/forwarddiff_dual_detection.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ for p in p_possibilities_missed
162162
end
163163

164164
p_possibilities_notdual = [
165-
(), (;), [2.0], [2.0, 2], [2.0, (2.0)], [2.0, MyStruct(2.0, 2.0f0), pairs((;))]
165+
(), (;), [2.0], [2.0, 2], [2.0, (2.0)], [2.0, MyStruct(2.0, 2.0f0)], pairs((;))
166166
]
167167

168168
for p in p_possibilities_notdual

0 commit comments

Comments
 (0)