Skip to content

Commit 4129f44

Browse files
committed
testdata/codegen: regenerate
Fixes errorcontext to error-context.
1 parent 64d10a2 commit 4129f44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

testdata/codegen/conventions.wit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"params": [],
8686
"results": [],
8787
"docs": {
88-
"contents": "Comment out identifiers that collide when mapped to snake_case, for now; see\nhttps://github.com/WebAssembly/component-model/issues/118\nAPPLE: func()\nAPPLE-pear-GRAPE: func()\napple-PEAR-grape: func()"
88+
"contents": " Comment out identifiers that collide when mapped to snake_case, for now; see\n https://github.com/WebAssembly/component-model/issues/118\nAPPLE: func()\nAPPLE-pear-GRAPE: func()\napple-PEAR-grape: func()"
8989
}
9090
},
9191
"explicit": {

testdata/codegen/error-context.wit.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
"types": [
5757
{
5858
"name": "foo",
59-
"kind": "errorcontext",
59+
"kind": "error-context",
6060
"owner": {
6161
"interface": 0
6262
}
6363
},
6464
{
6565
"name": null,
66-
"kind": "errorcontext",
66+
"kind": "error-context",
6767
"owner": null
6868
},
6969
{

0 commit comments

Comments
 (0)