nak/nvdisasm_tests: Fix expected value of F16v2

This was mistakenly changed when renaming the enum.

Fixes: b1fe47e944 ("nak: Rename AtomType::F16x2 to F16v2")
Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42196>
This commit is contained in:
Mel Henning 2026-06-11 11:54:30 -04:00 committed by Marge Bot
parent 924ccc2f6c
commit 542e050ec5

View file

@ -297,7 +297,7 @@ pub fn test_ld_st_atom() {
let order = MemOrder::Strong(MemScope::CTA);
let atom_types = [
(AtomType::F16v2, ".f16v2.rn"),
(AtomType::F16v2, ".f16x2.rn"),
(AtomType::U32, ""),
(AtomType::I32, ".s32"),
(AtomType::F32, ".f32.ftz.rn"),