diff --git a/tests/tests/pipeline.rs b/tests/tests/pipeline.rs index 4d481ecbd55..99d0e8da4aa 100644 --- a/tests/tests/pipeline.rs +++ b/tests/tests/pipeline.rs @@ -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. });