Skip to content

Commit 51ca3cb

Browse files
committed
Correct typo in a test
I made the change locally but didn't save the file before pushing. :-(
1 parent 269f5fe commit 51ca3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/OpenMP/teams_distribute_dist_schedule_messages.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ int main(int argc, char **argv) {
108108

109109
namespace GH139266 {
110110
void f(void) {
111-
#pragma omp distribute dist_schedule(static, 0) // expected-error {[argument to 'dist_schedule' clause must be a strictly positive integer value}}
111+
#pragma omp distribute dist_schedule(static, 0) // expected-error {{argument to 'dist_schedule' clause must be a strictly positive integer value}}
112112
for (int i = 0; i < 10; i++)
113113
;
114114
}

0 commit comments

Comments
 (0)