qadapt/tests/usage.rs

7 lines
110 B
Rust

extern crate qadapt;
#[test]
#[should_panic]
fn panic_not_using_qadapt() {
::qadapt::enter_protected();
}