summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/no_option.c
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2014-06-19 09:13:45 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2014-06-19 09:13:45 +0000
commit4adb982deb2759eb75b4611cdc067bba196d4498 (patch)
treea07ac19ea52bcd7969bb1d66d4e7ecf9d780e4c7 /test/OpenMP/no_option.c
parentbc44c099bc1a1a65ecc977f67bfaf9d0179ea794 (diff)
[OPENMP] Improved diagnostic messages for vars with the predetermined data sharing attributes and reformatting
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211262 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/OpenMP/no_option.c')
-rw-r--r--test/OpenMP/no_option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/OpenMP/no_option.c b/test/OpenMP/no_option.c
index 4acc8d0656..8a65b039fc 100644
--- a/test/OpenMP/no_option.c
+++ b/test/OpenMP/no_option.c
@@ -2,5 +2,5 @@
// expected-no-diagnostics
int a;
-#pragma omp threadprivate(a,b)
+#pragma omp threadprivate(a, b)
#pragma omp parallel