Remove Def* bytecodes from hhas tests
commitf891bd2a4bf11208b8bf9f2ba661183f076e2296
authorOguz Ulgen <oulgen@fb.com>
Thu, 23 Jul 2020 00:01:42 +0000 (22 17:01 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 23 Jul 2020 00:22:22 +0000 (22 17:22 -0700)
tree3c5081744e61cb9998d3e65e22c13598cf0c7e94
parent7f561ed11b6deacf0c2dac5d8a862bbb3baa0905
Remove Def* bytecodes from hhas tests

Summary: They are no longer being used since all units are merge only

Reviewed By: ricklavoie, jano

Differential Revision: D22601243

fbshipit-source-id: 0692df705add9c066b0a70b5694fc24fdfe06e6a
29 files changed:
hphp/test/quick/access_modifier.hhas
hphp/test/quick/asm_alias.hhas
hphp/test/quick/asm_assert_optobj.hhas
hphp/test/quick/asm_class.hhas
hphp/test/quick/asm_hoistable_1.hhas
hphp/test/quick/asm_hoistable_2.hhas
hphp/test/quick/asm_trait.hhas
hphp/test/quick/asm_types.hhas
hphp/test/quick/asm_user_attrs.hhas
hphp/test/quick/check_init_prop.hhas
hphp/test/quick/class_torture.hhas
hphp/test/quick/constructor_destructor.hhas
hphp/test/quick/def_oob.hhas
hphp/test/quick/def_oob.hhas.expectf
hphp/test/quick/hhas_fc_enum.hhas
hphp/test/slow/object/const/missing_no_dynamic.hhas
hphp/test/slow/object/const/missing_no_dynamic.hhas.expectf
hphp/test/slow/object/const/not_all_props.hhas
hphp/test/slow/object/const/not_all_props.hhas.expectf
hphp/test/slow/object/const/not_on_enum.hhas
hphp/test/slow/object/const/not_on_enum.hhas.expectf
hphp/test/slow/object/const/not_on_interface.hhas
hphp/test/slow/object/const/not_on_interface.hhas.expectf
hphp/test/slow/object/const/not_on_late_init_prop.hhas
hphp/test/slow/object/const/not_on_late_init_prop.hhas.expectf
hphp/test/slow/object/const/not_on_trait.hhas
hphp/test/slow/object/const/not_on_trait.hhas.expectf
hphp/test/slow/object/const/static/not_on_static_late_init_prop.hhas
hphp/test/slow/object/const/static/not_on_static_late_init_prop.hhas.expectf