From 301a441e397b6c1ae5b422156f385cc9d8a54293 Mon Sep 17 00:00:00 2001 From: Marshall Roch Date: Wed, 17 Jul 2019 17:52:51 -0700 Subject: [PATCH] [PR] fix parser test build Summary: Fixes https://github.com/facebook/flow/issues/7899 Pull Request resolved: https://github.com/facebook/flow/pull/7907 Differential Revision: D16149455 Pulled By: mroch fbshipit-source-id: 6cec1edfd11990227e714a5ec64fb3c5a25b9d24 --- src/parser/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/parser/Makefile b/src/parser/Makefile index cb5df3c83ef..3fdee7b5dcc 100644 --- a/src/parser/Makefile +++ b/src/parser/Makefile @@ -22,12 +22,13 @@ NATIVE_OBJECT_FILES=\ RUNNER_DEPS=\ hack/heap\ hack/injection/default_injector\ - hack/utils\ + hack/third-party/core\ hack/utils/collections\ + hack/utils/core\ hack/utils/disk\ hack/utils/hh_json\ + hack/utils/string\ hack/utils/sys\ - hack/third-party/core\ src/common/utils\ src/parser\ src/parser_utils