Skip to content

Commit

Permalink
fixup! test: migrate tests for specific validation err. msgs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed May 21, 2024
1 parent 7d40e5b commit 7bccffb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/tests/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ static NO_TARGETLESS_RENDER: GpuTestConfiguration = GpuTestConfiguration::new()
});
}
},
None,
Some(concat!(
"At least one color attachment or depth-stencil attachment was expected, ",
"but no render target for the pipeline was specified."
)),
)
// TODO: concrete error message:
// At least one color attachment or depth-stencil attachment was expected, but no
// render target for the pipeline was specified.
});

0 comments on commit 7bccffb

Please sign in to comment.