Remove stdout printing from test

Change-Id: Ib5083da6d0545d6dc7fc7dd50d889d9c73fd57f4
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/53200
Auto-Submit: David Neto <dneto@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
David Neto 2021-06-03 15:20:45 +00:00 committed by Tint LUCI CQ
parent 0d7ea4bced
commit cc49619e60
1 changed files with 0 additions and 1 deletions

View File

@ -242,7 +242,6 @@ TEST_F(IntrinsicBuilderTest, IsNormal_Vector) {
EXPECT_EQ(b.GenerateCallExpression(expr), 10u) << b.error(); EXPECT_EQ(b.GenerateCallExpression(expr), 10u) << b.error();
auto got = DumpBuilder(b); auto got = DumpBuilder(b);
std::cout << got << std::endl;
EXPECT_EQ(got, R"(%14 = OpExtInstImport "GLSL.std.450" EXPECT_EQ(got, R"(%14 = OpExtInstImport "GLSL.std.450"
OpName %1 "v" OpName %1 "v"
OpName %8 "a_func" OpName %8 "a_func"