[libomptarget] fix test offloading/disable_default_device.c

Fixes the incorrect lit command line introduced in 536ba87726
This commit is contained in:
Ye Luo
2025-07-09 09:49:14 -05:00
parent e8e5d07767
commit 9f6784cc1f

View File

@@ -1,6 +1,5 @@
// RUN: %libomptarget-compile-generic
// RUN: env OMP_TARGET_OFFLOAD=disabled %libomptarget-run-generic 2>&1 |
// %fcheck-generic
// RUN: env OMP_TARGET_OFFLOAD=disabled %libomptarget-run-generic 2>&1 | %fcheck-generic
#include <omp.h>
#include <stdio.h>