Skip to content

Commit 5fd7a87

Browse files
committed
Add the reference-types repository.
Though note that it currently has merge conflicts.
1 parent 1651919 commit 5fd7a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-testsuite.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33
set -u
44
set -o pipefail
55

6-
repos='spec threads simd exception-handling gc bulk-memory-operations tail-call nontrapping-float-to-int-conversions multi-value host-bindings sign-extension-ops mutable-global'
6+
repos='spec threads simd exception-handling gc bulk-memory-operations tail-call nontrapping-float-to-int-conversions multi-value host-bindings sign-extension-ops mutable-global reference-types'
77

88
log_and_run() {
99
echo ">>" $*

0 commit comments

Comments
 (0)