diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2013-03-22 05:24:29 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2013-03-22 05:24:29 +0000 |
commit | 08f8539f0acfc74cc2e04167940bb59a0b582cbf (patch) | |
tree | c44a6e0e79dd9e4334a6cabe9777c1c79e67b409 | |
parent | 437da054125a1e5cdd8c9765e09e42da922482f3 (diff) |
test commit
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177701 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/OpenMP/predefined_macro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/OpenMP/predefined_macro.c b/test/OpenMP/predefined_macro.c index e18c3d26d4..d6ab853c34 100644 --- a/test/OpenMP/predefined_macro.c +++ b/test/OpenMP/predefined_macro.c @@ -7,7 +7,7 @@ #error "No _OPENMP macro is defined with -fopenmp option" #elsif _OPENMP != 201107 #error "_OPENMP has incorrect value" -#endif //_OPENMP +#endif // _OPENMP #else // No -fopenmp option is specified #ifdef _OPENMP |