Skip to content
1 change: 1 addition & 0 deletions dummy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# some dummy change
2 changes: 1 addition & 1 deletion test/cmesh/test_readmshfile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ end
end

@testset "test_msh_file_vers4_ascii" begin
fileprefix = "cmesh/testfiles/test_msh_file_vers4_ascii"
fileprefix = "cmesh/testfiles/test_msh_file_vers4_ascii"S
filename = fileprefix * ".msh"

@assert isfile(filename) "File not found: "*filename
Expand Down
6 changes: 3 additions & 3 deletions test/test_all.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ end
include("test_forestwrapper.jl")
end

@testset "cmesh" begin
include("cmesh/test_readmshfile.jl")
end
# @testset "cmesh" begin
# include("cmesh/test_readmshfile.jl")
# end

@testset "forest" begin
include("forest/test_element_volume.jl")
Expand Down
Loading