Skip to content

Commit fd9aa5e

Browse files
committed
[flang][cuda] Remove run line
1 parent 1a8817a commit fd9aa5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/test/Driver/cuda-option.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
! Test -fcuda option
22
! RUN: %flang_fc1 -cpp -x cuda -fdebug-unparse %s -o - | FileCheck %s
3-
! RUN: %flang --target=x86_64-linux-gnu -cpp -fsyntax-only -x cuda %s -o -
43
! RUN: not %flang_fc1 -cpp %s -o - 2>&1 | FileCheck %s --check-prefix=ERROR
54
program main
65
#if _CUDA

0 commit comments

Comments
 (0)