Skip to content
Snippets Groups Projects
Verified Commit 4ec37d9f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: formatting runtests.jl

parent 80774a9a
No related branches found
No related tags found
1 merge request!12F release results
Pipeline #13275 failed
......@@ -28,17 +28,17 @@ using CaosDB
@test ccall(
(:caosdb_constants_LIBCAOSDB_VERSION_MAJOR, CaosDB.library_name),
Cint,
()
(),
) == 0
@test ccall(
(:caosdb_constants_LIBCAOSDB_VERSION_MINOR, CaosDB.library_name),
Cint,
()
(),
) == 0
@test ccall(
(:caosdb_constants_LIBCAOSDB_VERSION_PATCH, CaosDB.library_name),
Cint,
()
(),
) == 16
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment