Add additional test to check for Sampler alias formatting.

Signed-off-by: KtorZ <5680256+KtorZ@users.noreply.github.com>
This commit is contained in:
KtorZ 2025-02-08 16:23:34 +01:00
parent 428d30c3bb
commit 2a1253cb52
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 0 deletions

View File

@ -685,6 +685,7 @@ mod tests {
}),
"Identity<fn(Bool) -> Bool>",
);
assert_string!(Type::sampler(Type::int()), "Sampler<Int>");
}
#[test]