diff options
Diffstat (limited to 'test/spec/old_import.wast')
-rw-r--r-- | test/spec/old_import.wast | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/spec/old_import.wast b/test/spec/old_import.wast index 36638a994..6c5e9dcdb 100644 --- a/test/spec/old_import.wast +++ b/test/spec/old_import.wast @@ -135,10 +135,6 @@ (module (import "" "" (table 10 funcref)) (table 10 funcref)) "multiple tables" ) -(assert_invalid - (module (table 10 funcref) (table 10 funcref)) - "multiple tables" -) (assert_unlinkable (module (import "spectest" "unknown" (table 10 funcref))) |