Skip to content

Commit 4d1a10c

Browse files
committed
Testpromote
1 parent 7f3437d commit 4d1a10c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

spectec/test-frontend/TEST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def $FUNCREF : reftype
749749
;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
750750
def $EXNREF : reftype
751751
;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
752-
def $EXNREF = REF_reftype(?(NULL_NULL), EXTERN_heaptype)
752+
def $EXNREF = REF_reftype(?(NULL_NULL), EXN_heaptype)
753753

754754
;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
755755
def $EXTERNREF : reftype

spectec/test-latex/TEST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2847,7 +2847,7 @@ $$
28472847

28482848
$$
28492849
\begin{array}[t]{@{}lcl@{}l@{}}
2850-
\mathsf{exnref} & = & (\mathsf{ref}~\mathsf{null}~\mathsf{extern}) \\
2850+
\mathsf{exnref} & = & (\mathsf{ref}~\mathsf{null}~\mathsf{exn}) \\
28512851
\end{array}
28522852
$$
28532853

spectec/test-middlend/TEST.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ def $FUNCREF : reftype
739739
;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
740740
def $EXNREF : reftype
741741
;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
742-
def $EXNREF = REF_reftype(?(NULL_NULL), EXTERN_heaptype)
742+
def $EXNREF = REF_reftype(?(NULL_NULL), EXN_heaptype)
743743

744744
;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
745745
def $EXTERNREF : reftype
@@ -9647,7 +9647,7 @@ def $FUNCREF : reftype
96479647
;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
96489648
def $EXNREF : reftype
96499649
;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
9650-
def $EXNREF = REF_reftype(?(NULL_NULL), EXTERN_heaptype)
9650+
def $EXNREF = REF_reftype(?(NULL_NULL), EXN_heaptype)
96519651

96529652
;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
96539653
def $EXTERNREF : reftype
@@ -18560,7 +18560,7 @@ def $FUNCREF : reftype
1856018560
;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
1856118561
def $EXNREF : reftype
1856218562
;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
18563-
def $EXNREF = REF_reftype(?(NULL_NULL), EXTERN_heaptype)
18563+
def $EXNREF = REF_reftype(?(NULL_NULL), EXN_heaptype)
1856418564

1856518565
;; ../../../../specification/wasm-3.0/1.2-syntax.types.spectec
1856618566
def $EXTERNREF : reftype

spectec/test-prose/TEST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20364,7 +20364,7 @@ The instruction sequence :math:`(\mathsf{block}~{\mathit{blocktype}}~{{\mathit{i
2036420364
.......................
2036520365

2036620366

20367-
1. Return :math:`(\mathsf{ref}~\mathsf{null}~\mathsf{extern})`.
20367+
1. Return :math:`(\mathsf{ref}~\mathsf{null}~\mathsf{exn})`.
2036820368

2036920369

2037020370
:math:`\mathsf{externref}`
@@ -28874,7 +28874,7 @@ FUNCREF
2887428874
1. Return (REF ?(NULL) FUNC).
2887528875

2887628876
EXNREF
28877-
1. Return (REF ?(NULL) EXTERN).
28877+
1. Return (REF ?(NULL) EXN).
2887828878

2887928879
EXTERNREF
2888028880
1. Return (REF ?(NULL) EXTERN).

0 commit comments

Comments
 (0)