Skip to content

Commit 2092b17

Browse files
committed
Xfail -fopenacc test clang/test/AST/ast-print-openacc-routine-construct.cpp
1 parent d52cd1d commit 2092b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/AST/ast-print-openacc-routine-construct.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %clang_cc1 -fopenacc -ast-print %s -o - | FileCheck %s
2-
2+
// XFAIL: *
33
auto Lambda = [](){};
44
// CHECK: #pragma acc routine(Lambda) worker
55
#pragma acc routine(Lambda) worker

0 commit comments

Comments
 (0)