Skip to content

Commit

Permalink
remove temp test
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemapfel committed Feb 15, 2024
1 parent 06362da commit 65dfb2f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2332,10 +2332,7 @@ function test_viewport(::Container)
end
end

function test_window(::Container)
@testset "Window" begin



main() do app::Application
window = Window(app)

Expand Down Expand Up @@ -2852,6 +2849,5 @@ main(Main.app_id) do app::Application
close!(window)
#quit!(app)


println("TODO: done.")
end

0 comments on commit 65dfb2f

Please sign in to comment.