Remove stdout output from test
Change-Id: If1c4b72f636f7aa9d8fac81b5172dd050b06dc32 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/37500 Commit-Queue: David Neto <dneto@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Auto-Submit: David Neto <dneto@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
parent
42e873c6f6
commit
559f4e66d5
|
@ -4499,7 +4499,6 @@ TEST_F(SpvParserTest, CombinedImageSampler_IsError) {
|
|||
OpFunctionEnd
|
||||
)";
|
||||
auto p = parser(test::Assemble(assembly));
|
||||
std::cout << assembly;
|
||||
EXPECT_FALSE(p->BuildAndParseInternalModule()) << assembly;
|
||||
EXPECT_THAT(p->error(),
|
||||
HasSubstr("WGSL does not support combined image-samplers: "));
|
||||
|
|
Loading…
Reference in New Issue