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:
parent
8f780f1022
commit
d57a129810
|
@ -706,7 +706,6 @@ TEST_F(SpvParserTest, ConvertType_RuntimeArray_NoDeduplication) {
|
||||||
%22 = OpTypeRuntimeArray %10
|
%22 = OpTypeRuntimeArray %10
|
||||||
)" + MainBody();
|
)" + MainBody();
|
||||||
auto p = parser(test::Assemble(assembly));
|
auto p = parser(test::Assemble(assembly));
|
||||||
std::cout << assembly << std::endl;
|
|
||||||
EXPECT_TRUE(p->BuildAndParseInternalModule());
|
EXPECT_TRUE(p->BuildAndParseInternalModule());
|
||||||
|
|
||||||
auto* type20 = p->ConvertType(20);
|
auto* type20 = p->ConvertType(20);
|
||||||
|
|
Loading…
Reference in New Issue