1
0
mirror of https://github.com/tensorchord/pgvecto.rs.git synced 2025-04-20 08:47:48 +03:00
Usamoi 4eb1f87ae6
fix: remove ctor (#339)
Signed-off-by: usamoi <usamoi@outlook.com>
2024-02-02 10:37:07 +00:00

8 lines
155 B
Rust

#![cfg(target_os = "linux")]
#[test]
fn print() {
detect::initialize();
assert_eq!(detect::linux::test_memfd(), detect::linux::detect_memfd());
}