From 35b1f087f6c61741160807549ff9051fb4d015e0 Mon Sep 17 00:00:00 2001 From: pkalinnikov Date: Thu, 8 Jun 2017 12:47:27 -0700 Subject: [PATCH] Uncomment test fbs files. This CL ensures that crbug/611351 has been fixed in crrev/2883063002. BUG=611351 Review-Url: https://codereview.chromium.org/2925803002 Cr-Commit-Position: refs/heads/master@{#478061} --- third_party/flatbuffers/BUILD.gn | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/third_party/flatbuffers/BUILD.gn b/third_party/flatbuffers/BUILD.gn index 6407c35d7cd35e..a1554f29f11b3d 100644 --- a/third_party/flatbuffers/BUILD.gn +++ b/third_party/flatbuffers/BUILD.gn @@ -78,9 +78,8 @@ executable("flatc") { flatbuffer("flatbuffers_samplebuffer") { testonly = true sources = [ - # Disabled as workaround for crbug.com/611351 - # "src/tests/include_test/include_test1.fbs", - # "src/tests/include_test/sub/include_test2.fbs", + "src/tests/include_test/include_test1.fbs", + "src/tests/include_test/sub/include_test2.fbs", "src/tests/monster_test.fbs", "src/tests/namespace_test/namespace_test1.fbs", "src/tests/namespace_test/namespace_test2.fbs",