Fix a text format test expectation
This commit is contained in:
@@ -424,7 +424,7 @@ mod tests {
|
|||||||
br 0 (;@1;)
|
br 0 (;@1;)
|
||||||
end)
|
end)
|
||||||
(table (;0;) 20 externref)
|
(table (;0;) 20 externref)
|
||||||
(global (;0;) (mut externref) (ref.null extern))
|
(global (;0;) (mut externref) ref.null extern)
|
||||||
(export "run" (func 3)))
|
(export "run" (func 3)))
|
||||||
"#;
|
"#;
|
||||||
eprintln!("expected WAT = {}", expected);
|
eprintln!("expected WAT = {}", expected);
|
||||||
|
|||||||
Reference in New Issue
Block a user