From 6cc30b3272d79c85db7d4871ac0aa69541dc89de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Csomor?= Date: Mon, 29 Apr 2019 19:01:23 +0200 Subject: [PATCH] [BUILD] Fix Bazel test target //:flatbuffers_test (#5311) --- BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD b/BUILD index 78e07d2fe..567a13314 100644 --- a/BUILD +++ b/BUILD @@ -153,6 +153,7 @@ cc_test( ":tests/monster_test.bfbs", ":tests/monster_test.fbs", ":tests/monsterdata_test.golden", + ":tests/monsterdata_test.json", ":tests/prototest/imported.proto", ":tests/prototest/test.golden", ":tests/prototest/test.proto",