File tree Expand file tree Collapse file tree 6 files changed +8
-16
lines changed Expand file tree Collapse file tree 6 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ mod codegen_tests {
5
5
macro_rules! codegen_test {
6
6
( wasi_cli $name: tt $test: tt) => { } ;
7
7
( wasi_http $name: tt $test: tt) => { } ;
8
- ( issue929 $name: tt $test: tt) => { } ;
9
- ( issue929_no_import $name: tt $test: tt) => { } ;
10
- ( issue929_no_export $name: tt $test: tt) => { } ;
11
- ( issue929_only_methods $name: tt $test: tt) => { } ;
12
8
( $id: ident $name: tt $test: tt) => {
13
9
mod $id {
14
10
wit_bindgen:: generate!( {
Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ mod codegen_tests {
16
16
macro_rules! codegen_test {
17
17
( wasi_cli $name: tt $test: tt) => { } ;
18
18
( wasi_http $name: tt $test: tt) => { } ;
19
- ( issue929 $name: tt $test: tt) => { } ;
20
- ( issue929_no_import $name: tt $test: tt) => { } ;
21
- ( issue929_no_export $name: tt $test: tt) => { } ;
22
- ( issue929_only_methods $name: tt $test: tt) => { } ;
23
19
( $id: ident $name: tt $test: tt) => {
24
20
mod $id {
25
21
wit_bindgen:: generate!( {
Original file line number Diff line number Diff line change 1
- package foo : bar ;
1
+ package foo : bar1 ;
2
2
3
3
interface f {
4
4
resource fd ;
@@ -11,4 +11,4 @@ interface utils {
11
11
12
12
world test {
13
13
export utils ;
14
- }
14
+ }
Original file line number Diff line number Diff line change 1
- package foo : bar ;
1
+ package foo : bar2 ;
2
2
3
3
interface f {
4
4
resource fd ;
@@ -12,4 +12,4 @@ interface utils {
12
12
world test {
13
13
export f ;
14
14
export utils ;
15
- }
15
+ }
Original file line number Diff line number Diff line change 1
- package foo : bar ;
1
+ package foo : bar3 ;
2
2
3
3
interface f {
4
4
resource fd {
@@ -16,4 +16,4 @@ world test {
16
16
import f ;
17
17
export f ;
18
18
export utils ;
19
- }
19
+ }
Original file line number Diff line number Diff line change 1
- package foo : bar ;
1
+ package foo : bar4 ;
2
2
3
3
interface f {
4
4
resource fd ;
@@ -13,4 +13,4 @@ world test {
13
13
import f ;
14
14
export f ;
15
15
export utils ;
16
- }
16
+ }
You can’t perform that action at this time.
0 commit comments