From 73b3231bf5522a73abddd2c13bde50c46c9f7245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Tue, 17 Sep 2019 20:42:38 +0200 Subject: [PATCH] Update flow tests whitelist --- scripts/tests/flow/flow_tests_whitelist.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/tests/flow/flow_tests_whitelist.txt b/scripts/tests/flow/flow_tests_whitelist.txt index 43f45ad565ad..084648e760b9 100644 --- a/scripts/tests/flow/flow_tests_whitelist.txt +++ b/scripts/tests/flow/flow_tests_whitelist.txt @@ -18,12 +18,7 @@ async_generators/migrated_0007.js class_properties/migrated_0021.js class_properties/migrated_0026.js decorators/migrated_0003.js -private_class_properties/multiple.js private_class_properties/super.js -private_class_properties/getter_and_field.js -private_class_properties/getter_duplicate.js -private_class_properties/setter_and_field.js -private_class_properties/setter_duplicate.js types/member/reserved_words.js class_method_kinds/polymorphic_getter.js ES6/modules/migrated_0020.js