Skip to content

Commit 9f6784c

Browse files
committed
[libomptarget] fix test offloading/disable_default_device.c
Fixes the incorrect lit command line introduced in 536ba87
1 parent e8e5d07 commit 9f6784c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

offload/test/offloading/disable_default_device.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %libomptarget-compile-generic
2-
// RUN: env OMP_TARGET_OFFLOAD=disabled %libomptarget-run-generic 2>&1 |
3-
// %fcheck-generic
2+
// RUN: env OMP_TARGET_OFFLOAD=disabled %libomptarget-run-generic 2>&1 | %fcheck-generic
43

54
#include <omp.h>
65
#include <stdio.h>

0 commit comments

Comments
 (0)