File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1212using TrixiNeighborhoodSearch
1313
1414# Define module-wide setups such that the respective modules are available in doctests
15- DocMeta. setdocmeta! (TrixiNeighborhoodSearch, :DocTestSetup , :(using TrixiNeighborhoodSearch); recursive = true )
15+ DocMeta. setdocmeta! (TrixiNeighborhoodSearch, :DocTestSetup ,
16+ :(using TrixiNeighborhoodSearch); recursive = true )
1617
1718# Copy files to not need to synchronize them manually
1819function copy_file (filename, replaces... ; new_filename = lowercase (filename))
Original file line number Diff line number Diff line change 11include (" test_util.jl" )
22
3- @testset verbose= true " TrixiNeighborhoodSearch.jl Tests" begin
4-
5- end
3+ @testset verbose= true " TrixiNeighborhoodSearch.jl Tests" begin end
You can’t perform that action at this time.
0 commit comments