Skip to content

Commit 6556ba6

Browse files
authored
[Offload][test]Fix typo of requires (#98327)
Typos in 8823448.
1 parent a4a8d36 commit 6556ba6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

offload/test/mapping/prelock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %libomptarget-compilexx-generic
22
// RUN: %libomptarget-run-generic %fcheck-generic
33

4-
// REQURIES: gpu
4+
// REQUIRES: gpu
55
// UNSUPPORTED: nvidiagpu
66
// UNSUPPORTED: amdgpu
77

offload/test/offloading/memory_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %libomptarget-compilexx-run-and-check-generic
22

3-
// REQURIES: nvidiagpu
3+
// REQUIRES: nvidiagpu
44

55
#include <omp.h>
66

0 commit comments

Comments
 (0)