Skip to content

Commit

Permalink
Revert "[flang] Fix cuda-option test on Darwin (#85687)"
Browse files Browse the repository at this point in the history
Reverted due to buildbot failures:
https://lab.llvm.org/buildbot/#/builders/139/builds/61717/

This reverts commit b4b7d98.
  • Loading branch information
SLTozer committed Mar 19, 2024
1 parent b4b7d98 commit db4170a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flang/test/Driver/cuda-option.f90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
! Test -fcuda option
! RUN: %flang_fc1 -cpp -x cuda -fdebug-unparse %s -o - | FileCheck %s
! RUN: not %flang_fc1 -cpp %s -o - 2>&1 | FileCheck %s --check-prefix=ERROR
! RUN: %flang -fc1 -cpp -x cuda -fdebug-unparse %s -o - | FileCheck %s
! RUN: not %flang -fc1 -cpp %s -o - 2>&1 | FileCheck %s --check-prefix=ERROR
program main
#if _CUDA
integer :: var = _CUDA
Expand Down

0 comments on commit db4170a

Please sign in to comment.