Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test runs only with pattern: os != 'android'
- Manifest: toolkit/components/uniffi-bindgen-gecko-js/tests/xpcshell/xpcshell.toml
/* Any copyright is dedicated to the Public Domain.
const { testFunc } = ChromeUtils.importESModule(
"moz-src:///toolkit/components/uniffi-bindgen-gecko-js/tests/generated/RustUniffiBindingsTests.sys.mjs"
);
// Can we call a Rust function without throwing?
testFunc();