Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler committed May 18, 2024
1 parent 2c51e0d commit 6480b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ using Test: @test, @test_throws, @testset, detect_ambiguities
# test extension stubs before loading the extension
@testset "exts" begin
@test_throws String sino_plot_rays()
@test_throws String sino_geom_plot!()
# @test_throws String ct_geom_plot2!()
# @test_throws String sino_geom_plot!()
@test_throws String ct_geom_plot2!()
@test_throws String ct_geom_plot3() # todo
end

Expand Down

0 comments on commit 6480b73

Please sign in to comment.