Skip to content

Commit

Permalink
test-renderers: Fix gltf-render build.
Browse files Browse the repository at this point in the history
Forgot to update it when I changed the signature of `harness_main()`.
  • Loading branch information
kpreid committed Jun 3, 2024
1 parent 6550007 commit e5a547b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-renderers/tests/gltf-render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ async fn main() -> test_renderers::HarnessResult {
test_renderers::harness_main(
test_renderers::HarnessArgs::parse(),
RendererId::Gltf,
test_renderers::SuiteId::Renderers,
test_renderers::test_cases::all_tests,
get_factory,
None,
Expand Down

0 comments on commit e5a547b

Please sign in to comment.