File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
module TestAccessors
2
2
import PerformanceTestTools
3
3
import Accessors
4
- # PerformanceTestTools.@include("perf.jl")
4
+ PerformanceTestTools. @include (" perf.jl" )
5
5
6
- # include("test_examples.jl")
7
- # include("test_core.jl")
8
- # include("test_optics.jl")
9
- # include("test_delete.jl")
10
- # include("test_insert.jl")
11
- # include("test_staticarrays.jl")
12
- # include("test_quicktypes.jl")
13
- # include("test_setmacro.jl")
14
- # include("test_setindex.jl")
15
- # include("test_functionlenses.jl")
6
+ include (" test_examples.jl" )
7
+ include (" test_core.jl" )
8
+ include (" test_optics.jl" )
9
+ include (" test_delete.jl" )
10
+ include (" test_insert.jl" )
11
+ include (" test_staticarrays.jl" )
12
+ include (" test_quicktypes.jl" )
13
+ include (" test_setmacro.jl" )
14
+ include (" test_setindex.jl" )
15
+ include (" test_functionlenses.jl" )
16
16
include (" test_getsetall.jl" )
17
17
18
18
end # module
You can’t perform that action at this time.
0 commit comments