Skip to content

Commit ec22705

Browse files
committed
[OpenACC] Fix verify lines from 8fc8051
Like a big dummy, I completely skipped running this test locally and forgot it would need check lines. *sigh*, Looks like SOMEONE has a case of the Mondays! Anyway, this patch fixes it by adding the proper verify lines.
1 parent 98e8f01 commit ec22705

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
// RUN: %clang_cc1 %s -fopenacc -verify
22

3+
// expected-error@+2{{expected ';'}}
4+
// expected-error@+1{{blocks support disabled}}
35
void *a = ^ { static int b };

0 commit comments

Comments
 (0)