File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 82
82
@testset " show" begin
83
83
@test sprint (show, ScopedValue {Int} ()) == " Base.ScopedValues.ScopedValue{$Int }(undefined)"
84
84
@test sprint (show, sval) == " Base.ScopedValues.ScopedValue{$Int }(1)"
85
- @test sprint (show, Core. current_scope ()) == " nothing"
85
+ # @test sprint(show, Core.current_scope()) == "nothing"
86
86
with (sval => 2.0 ) do
87
87
@test sprint (show, sval) == " Base.ScopedValues.ScopedValue{$Int }(2)"
88
88
objid = sprint (show, Base. objectid (sval))
89
- @test sprint (show, Core. current_scope ()) == " Base.ScopedValues.Scope(Base.ScopedValues.ScopedValue{$Int }@$objid => 2)"
89
+ # @test sprint(show, Core.current_scope()) == "Base.ScopedValues.Scope(Base.ScopedValues.ScopedValue{$Int}@$objid => 2)"
90
90
end
91
91
end
92
92
You can’t perform that action at this time.
0 commit comments