Skip to content

Commit a434f2a

Browse files
committed
remove double extern
1 parent dff859a commit a434f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rulesets/Base/broadcast.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(dself, dsin, dx) = pullback(One())
88
@test dself == NO_FIELDS
99
@test dsin == DNE()
10-
@test extern(extern(dx)) == cos.(x)
10+
@test extern(dx) == cos.(x)
1111

1212
x̄, ȳ = rand(), rand()
1313
∂x = pullback(ȳ)[3]

0 commit comments

Comments
 (0)