Skip to content

Commit

Permalink
[clang] Fix a new test to not write temp files to the git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
gribozavr committed Nov 27, 2023
1 parent d8b8aa3 commit b9b627f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/test/OpenMP/dispatch_unsupported.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -emit-llvm -fopenmp -disable-llvm-passes %s -verify=expected
// RUN: %clang_cc1 -emit-llvm -fopenmp -disable-llvm-passes %s -o /dev/null -verify=expected

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

0 comments on commit b9b627f

Please sign in to comment.