Skip to content

Commit

Permalink
[OPENMP][TESTSUITE] Undefined variable in test omp_task_final.c
Browse files Browse the repository at this point in the history
Patch by Alexey Bataev

Differential Revision: http://reviews.llvm.org/D13661

llvm-svn: 250066
  • Loading branch information
jpeyton52 committed Oct 12, 2015
1 parent 99c1d13 commit 71797c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmp/runtime/test/tasking/omp_task_final.c
Expand Up @@ -9,7 +9,7 @@ int test_omp_task_final()
int tids[NUM_TASKS];
int includedtids[NUM_TASKS];
int i;
int error;
int error = 0;
#pragma omp parallel
{
#pragma omp single
Expand Down

0 comments on commit 71797c0

Please sign in to comment.