Skip to content

Commit

Permalink
test: nightly bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aplavin committed Mar 3, 2024
1 parent 323b006 commit 61224e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ end
else
@inferred lens(obj)
@inferred set(obj, lens, val)
@inferred modify(identity, obj, lens)
@inferred modify(identity, obj, lens)
end
end
end
Expand Down Expand Up @@ -597,7 +597,7 @@ end

@testset "@accessor" begin
s = MyStruct((a=123,))
@test strip(string(@doc(my_x))) == "Documentation for my_x"
# @test strip(string(@doc(my_x))) == "Documentation for my_x"
@test (@set my_x(s) = 456) === MyStruct(456)
@test (@set +s = 456) === MyStruct((a=5-456,))
test_getset_laws(my_x, s, 456, "1")
Expand Down

0 comments on commit 61224e9

Please sign in to comment.