Skip to content

Commit 8078721

Browse files
committed
[Libomptarget] Fix test using old unsupported lit string
Summary: One test had an old "unsupported" string that used the old `newDriver` string which was removed. This test should be updated to use the `oldDriver` one instead.
1 parent f9bee35 commit 8078721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/libomptarget/test/mapping/map_back_race.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
// UNSUPPORTED: x86_64-pc-linux-gnu
7-
// UNSUPPORTED: x86_64-pc-linux-gnu-newDriver
7+
// UNSUPPORTED: x86_64-pc-linux-gnu-oldDriver
88

99
#include <algorithm>
1010
#include <cstdlib>

0 commit comments

Comments
 (0)