Remove array(...) in typecheck tests that result in test differences
commit97eab214b4249ed41d4faa188a72581c3b33f6fd
authorVassil Mladenov <vmladenov@fb.com>
Mon, 2 Mar 2020 19:44:52 +0000 (2 11:44 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 2 Mar 2020 19:48:09 +0000 (2 11:48 -0800)
tree372568934b200e6755a304878d63582723608fb0
parente4754eb7c15cc477226c35326b3f72ca0876fd48
Remove array(...) in typecheck tests that result in test differences

Summary: These changes resulted in differences to the typecheck:typecheck* tests

Reviewed By: billf

Differential Revision: D19964991

fbshipit-source-id: 97a4737ed50ab55caafba80411985c6e119417ab
102 files changed:
hphp/hack/test/typecheck/akempty/akempty_promotion_0.php
hphp/hack/test/typecheck/akempty/akempty_promotion_0.php.exp
hphp/hack/test/typecheck/akempty/akempty_promotion_1.php
hphp/hack/test/typecheck/akempty/akempty_promotion_11.php
hphp/hack/test/typecheck/akempty/akempty_promotion_13.php
hphp/hack/test/typecheck/akempty/akempty_promotion_14.php
hphp/hack/test/typecheck/akempty/akempty_promotion_3.php
hphp/hack/test/typecheck/akempty/akempty_promotion_3.php.exp
hphp/hack/test/typecheck/akempty/akempty_promotion_5.php
hphp/hack/test/typecheck/akempty/akempty_promotion_5.php.exp
hphp/hack/test/typecheck/akempty/akempty_promotion_9.php
hphp/hack/test/typecheck/akempty/akempty_promotion_9.php.exp
hphp/hack/test/typecheck/akempty_promotion_15.php
hphp/hack/test/typecheck/akempty_promotion_15.php.exp
hphp/hack/test/typecheck/akempty_promotion_8.php
hphp/hack/test/typecheck/akempty_promotion_8.php.exp
hphp/hack/test/typecheck/akempty_tuple_bad.php
hphp/hack/test/typecheck/akempty_tuple_bad.php.exp
hphp/hack/test/typecheck/aktuple/dynamic_index_lvalue.php
hphp/hack/test/typecheck/aktuple/dynamic_index_lvalue.php.exp
hphp/hack/test/typecheck/aktuple/dynamic_index_non_lvalue_error.php
hphp/hack/test/typecheck/aktuple/dynamic_index_non_lvalue_error.php.exp
hphp/hack/test/typecheck/aktuple/dynamic_index_non_lvalue_ok.php
hphp/hack/test/typecheck/aktuple/dynamic_index_non_lvalue_ok.php.exp
hphp/hack/test/typecheck/aktuple/foreach_error.php
hphp/hack/test/typecheck/aktuple/foreach_error.php.exp
hphp/hack/test/typecheck/aktuple/list_error.php
hphp/hack/test/typecheck/aktuple/list_error.php.exp
hphp/hack/test/typecheck/aktuple/list_ok.php
hphp/hack/test/typecheck/aktuple/list_ok.php.exp
hphp/hack/test/typecheck/aktuple/local_vs_nested.php
hphp/hack/test/typecheck/aktuple/local_vs_nested.php.exp
hphp/hack/test/typecheck/aktuple/nested_dynamic_index_lvalue.php
hphp/hack/test/typecheck/aktuple/nested_dynamic_index_lvalue.php.exp
hphp/hack/test/typecheck/aktuple/out_of_range_index_lvalue.php
hphp/hack/test/typecheck/aktuple/out_of_range_index_lvalue.php.exp
hphp/hack/test/typecheck/aktuple/unify_error1.php
hphp/hack/test/typecheck/aktuple/unify_error1.php.exp
hphp/hack/test/typecheck/aktuple/unify_error2.php
hphp/hack/test/typecheck/aktuple/unify_error2.php.exp
hphp/hack/test/typecheck/aktuple/unify_error3.php
hphp/hack/test/typecheck/aktuple/unify_error3.php.exp
hphp/hack/test/typecheck/aktuple/unify_ok.php
hphp/hack/test/typecheck/aktuple/unify_ok.php.exp
hphp/hack/test/typecheck/aktuple/vec_literal_error.php
hphp/hack/test/typecheck/aktuple/vec_literal_error.php.exp
hphp/hack/test/typecheck/aktuple/vec_literal_ok.php
hphp/hack/test/typecheck/aktuple/vec_literal_ok.php.exp
hphp/hack/test/typecheck/array/disallow_php_array_when_dictionary_like_array_is_required.php
hphp/hack/test/typecheck/array/disallow_php_array_when_vector_like_array_is_required.php
hphp/hack/test/typecheck/array/safe_vector_array/disallows_a_variable_that_may_be_an_array_of_string_when_array_of_int_to_string_is_required.php
hphp/hack/test/typecheck/array/safe_vector_array/disallows_a_variable_that_may_be_an_array_of_string_when_array_of_int_to_string_is_required.php.exp
hphp/hack/test/typecheck/array_sub.php
hphp/hack/test/typecheck/array_sub2.php
hphp/hack/test/typecheck/assignment1.php
hphp/hack/test/typecheck/assignment1.php.exp
hphp/hack/test/typecheck/call_user_func_array.php
hphp/hack/test/typecheck/call_user_func_array.php.exp
hphp/hack/test/typecheck/classname/array_literal_bad.php
hphp/hack/test/typecheck/classname/array_literal_bad.php.exp
hphp/hack/test/typecheck/classname/typename_array_literal_bad.php
hphp/hack/test/typecheck/classname/typename_array_literal_bad.php.exp
hphp/hack/test/typecheck/disallow_array/literal1.php [deleted file]
hphp/hack/test/typecheck/disallow_array/literal1.php.exp [deleted file]
hphp/hack/test/typecheck/disallow_array/literal2.php [deleted file]
hphp/hack/test/typecheck/disallow_array/literal2.php.exp [deleted file]
hphp/hack/test/typecheck/fun_generics_bad.php
hphp/hack/test/typecheck/global_const2.php
hphp/hack/test/typecheck/global_const2.php.exp
hphp/hack/test/typecheck/instantiate_unresolved5.php
hphp/hack/test/typecheck/instantiate_unresolved5.php.like_types.exp
hphp/hack/test/typecheck/integrate_null4.php
hphp/hack/test/typecheck/integrate_unify.php
hphp/hack/test/typecheck/invalid_arraykey/invalid_arraykey.php
hphp/hack/test/typecheck/invalid_arraykey/invalid_arraykey.php.exp
hphp/hack/test/typecheck/keys.php
hphp/hack/test/typecheck/keys.php.exp
hphp/hack/test/typecheck/lambda/lambda_contextual/lambda_bad_as_maparray_argument.php
hphp/hack/test/typecheck/new_inference/string_expressions4b.php
hphp/hack/test/typecheck/new_inference/string_expressions4b.php.exp
hphp/hack/test/typecheck/reactive/mut_collections/mutable_in_collections1.php
hphp/hack/test/typecheck/reactive/mut_collections/mutable_in_collections1.php.exp
hphp/hack/test/typecheck/reactive/mut_collections/mutable_in_collections2.php
hphp/hack/test/typecheck/reactive/mut_collections/mutable_in_collections2.php.exp
hphp/hack/test/typecheck/shape/nullable_shape_disallows_indexing.php
hphp/hack/test/typecheck/shape/nullable_shape_disallows_indexing.php.exp
hphp/hack/test/typecheck/string_expressions4b.php
hphp/hack/test/typecheck/string_expressions4b.php.exp
hphp/hack/test/typecheck/subtype_array2.php
hphp/hack/test/typecheck/subtype_array4.php
hphp/hack/test/typecheck/test_array13.php
hphp/hack/test/typecheck/test_array13.php.exp
hphp/hack/test/typecheck/test_array9.php
hphp/hack/test/typecheck/test_array9.php.exp
hphp/hack/test/typecheck/test_consts2.php
hphp/hack/test/typecheck/union/arrays.php
hphp/hack/test/typecheck/union/arrays.php.exp
hphp/hack/test/typecheck/union/arrays.php.like_types.exp
hphp/hack/test/typecheck/unset_array_idx_in_strict_mode.php
hphp/hack/test/typecheck/unset_array_idx_in_strict_mode.php.exp
hphp/hack/test/typecheck/void_usage_5.php
hphp/hack/test/typecheck/void_usage_5.php.exp