mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 20:02:54 +00:00
13 lines
215 B
Rust
13 lines
215 B
Rust
mod util;
|
|
use util::*;
|
|
|
|
#[test]
|
|
fn uuid08() -> TestResult {
|
|
test_default_generated_schema::<uuid08::Uuid>("uuid")
|
|
}
|
|
|
|
#[test]
|
|
fn uuid1() -> TestResult {
|
|
test_default_generated_schema::<uuid1::Uuid>("uuid")
|
|
}
|