summaryrefslogtreecommitdiff
path: root/test_ffi/tests/integration_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test_ffi/tests/integration_tests.rs')
-rw-r--r--test_ffi/tests/integration_tests.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/test_ffi/tests/integration_tests.rs b/test_ffi/tests/integration_tests.rs
index 26de8ce0d..4a910a836 100644
--- a/test_ffi/tests/integration_tests.rs
+++ b/test_ffi/tests/integration_tests.rs
@@ -101,6 +101,11 @@ fn basic() {
Static i64: -1242464576485n\n\
Static ptr: true\n\
Static ptr value: 42\n\
+ arrayBuffer.byteLength: 4\n\
+ uint32Array.length: 1\n\
+ uint32Array[0]: 42\n\
+ uint32Array[0] after mutation: 55\n\
+ Static ptr value after mutation: 55\n\
Correct number of resources\n";
assert_eq!(stdout, expected);
assert_eq!(stderr, "");