reader/spirv: Remove stdout spam in tests

Change-Id: I06361ae5bb0f69b3ac66c3ddc22abb5988e4c4fe
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/66260
Commit-Queue: Ben Clayton <bclayton@google.com>
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Ben Clayton <bclayton@google.com>
Reviewed-by: David Neto <dneto@google.com>
This commit is contained in:
Ben Clayton 2021-10-12 17:35:27 +00:00 committed by Tint LUCI CQ
parent 8f780f1022
commit d57a129810
1 changed files with 0 additions and 1 deletions

View File

@ -706,7 +706,6 @@ TEST_F(SpvParserTest, ConvertType_RuntimeArray_NoDeduplication) {
%22 = OpTypeRuntimeArray %10
)" + MainBody();
auto p = parser(test::Assemble(assembly));
std::cout << assembly << std::endl;
EXPECT_TRUE(p->BuildAndParseInternalModule());
auto* type20 = p->ConvertType(20);