diff options
Diffstat (limited to 'test/bad_params.fromasm.imprecise')
-rw-r--r-- | test/bad_params.fromasm.imprecise | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bad_params.fromasm.imprecise b/test/bad_params.fromasm.imprecise index 6e059233c..4226767fb 100644 --- a/test/bad_params.fromasm.imprecise +++ b/test/bad_params.fromasm.imprecise @@ -1,7 +1,7 @@ (module (type $none_=>_none (func)) (export "ex" (func $ex)) - (func $ex (; 0 ;) (; has Stack IR ;) + (func $ex (; has Stack IR ;) (nop) ) ) |