Skip to content

Commit b9b627f

Browse files
committed
[clang] Fix a new test to not write temp files to the git repository
1 parent d8b8aa3 commit b9b627f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/OpenMP/dispatch_unsupported.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// RUN: %clang_cc1 -emit-llvm -fopenmp -disable-llvm-passes %s -verify=expected
1+
// RUN: %clang_cc1 -emit-llvm -fopenmp -disable-llvm-passes %s -o /dev/null -verify=expected
22

3-
// expected-error@+2 {{cannot compile this OpenMP dispatch directive yet}}
3+
// expected-error@+2 {{cannot compile this OpenMP dispatch directive yet}}
44
void a(){
55
#pragma omp dispatch
66
a();

0 commit comments

Comments
 (0)