summaryrefslogtreecommitdiff
path: root/test/unit/test_features.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/test_features.py')
-rw-r--r--test/unit/test_features.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/test_features.py b/test/unit/test_features.py
index 9f9f618b0..f939025e0 100644
--- a/test/unit/test_features.py
+++ b/test/unit/test_features.py
@@ -60,6 +60,7 @@ class FeatureValidationTest(unittest.TestCase):
def test_simd_load(self):
module = """
(module
+ (memory 1 1)
(func $foo
(drop (v128.load (i32.const 0)))
)