commit | 08f8539f0acfc74cc2e04167940bb59a0b582cbf | [log] [tgz] |
---|---|---|
author | Alexey Bataev <a.bataev@hotmail.com> | Fri Mar 22 05:24:29 2013 +0000 |
committer | Alexey Bataev <a.bataev@hotmail.com> | Fri Mar 22 05:24:29 2013 +0000 |
tree | c44a6e0e79dd9e4334a6cabe9777c1c79e67b409 | |
parent | 437da054125a1e5cdd8c9765e09e42da922482f3 [diff] [blame] |
test commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177701 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/OpenMP/predefined_macro.c b/test/OpenMP/predefined_macro.c index e18c3d2..d6ab853 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