Skip to content

Commit

Permalink
Uncomment test fbs files.
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
pkalinnikov authored and Commit Bot committed Jun 8, 2017
1 parent 2a2b0e0 commit 35b1f08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions third_party/flatbuffers/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 35b1f08

Please sign in to comment.