[OpenMP][Fix] Require USM capability in force-usm test (#79059)

This should fix the AMDGPU buildbot breakage from #76571

GitOrigin-RevId: 181c4c331a0c661fe90d5e3803049232022aa582
diff --git a/libomptarget/test/offloading/force-usm.cpp b/libomptarget/test/offloading/force-usm.cpp
index 5bddecd..a043ba4 100644
--- a/libomptarget/test/offloading/force-usm.cpp
+++ b/libomptarget/test/offloading/force-usm.cpp
@@ -6,6 +6,8 @@
 // RUN: env HSA_XNACK=1 LIBOMPTARGET_INFO=32 \
 // RUN:       %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefix=FORCE-USM
 //
+// REQUIRES: unified_shared_memory
+//
 // UNSUPPORTED: nvptx64-nvidia-cuda
 // UNSUPPORTED: nvptx64-nvidia-cuda-LTO
 // clang-format on