1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-04-03 00:11:04 +00:00

10 lines
229 B
Rust
Raw Normal View History

#[test]
fn test_test_atomic() {
assert_emscripten_output!(
"../emscripten_resources/emtests/test_atomic.wasm",
"test_atomic",
vec![],
"../emscripten_resources/emtests/test_atomic.out"
);
}