From 1034a6be0b411444f4a2e4fb610a655982d30e31 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Thu, 13 Apr 2023 08:33:40 -0700 Subject: Convert some tests off of --nominal (#5660) In preparation to remove the nominal type system, which is nonstandard and not usable for modules with nontrivial external linkage requirements, port an initial batch of tests to use the standard isorecursive type system. The port involves reordering input types to ensure that supertypes precede their subtypes and inserting rec groups to ensure that structurally identical types maintain their separate identities. More tests will be ported in future PRs before the nominal type system is removed entirely. --- test/lit/binary/annotated-array-len.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lit/binary/annotated-array-len.test') diff --git a/test/lit/binary/annotated-array-len.test b/test/lit/binary/annotated-array-len.test index 62e51fcf3..9cf6eecbe 100644 --- a/test/lit/binary/annotated-array-len.test +++ b/test/lit/binary/annotated-array-len.test @@ -3,7 +3,7 @@ ;; Test the we can properly parse the annotated array.len format that we no ;; longer emit. -;; RUN: wasm-dis %s.wasm -all --nominal | filecheck %s +;; RUN: wasm-dis %s.wasm -all | filecheck %s ;; CHECK: (type $none_=>_i32 (func (result i32))) -- cgit v1.2.3