[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:
Joseph Huber 2022-04-18 23:07:01 -04:00
parent f9bee35689
commit 80787213ea
1 changed files with 1 additions and 1 deletions

View File

@ -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>