forked from OSchip/llvm-project
[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.
This commit is contained in:
parent
f9bee35689
commit
80787213ea
|
@ -4,7 +4,7 @@
|
|||
|
||||
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-newDriver
|
||||
// UNSUPPORTED: x86_64-pc-linux-gnu-oldDriver
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdlib>
|
||||
|
|
Loading…
Reference in New Issue