From 1f3a1d5fae0296fdf503968131905be9e8f40cf4 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Mon, 20 Dec 2021 19:36:05 -0800 Subject: Finish instruction renaming (#1792) This finishes #985. This - replaces the old names in the tests with the new names - drops support for the deprecated names - renames test files to match new instruction names I don't think dropping support for the old names will be a problem at this point. #985 says the old names are supported for convenience but we should remove those too at some point; that "some point" may have well arrived given that three years have passed. The lists of names updated are in #933, #1564, WebAssembly/spec#720. --- test/binary/bad-subsection-size.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/binary/bad-subsection-size.txt') diff --git a/test/binary/bad-subsection-size.txt b/test/binary/bad-subsection-size.txt index 6ad1a25e..3308c6fd 100644 --- a/test/binary/bad-subsection-size.txt +++ b/test/binary/bad-subsection-size.txt @@ -7,7 +7,7 @@ section(CODE) { count[1] func { locals[decl_count[1] i32_count[1] i32] - get_local 0 + local.get 0 } } section("name") { -- cgit v1.2.3