From 08f8539f0acfc74cc2e04167940bb59a0b582cbf Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Fri, 22 Mar 2013 05:24:29 +0000 Subject: [PATCH] test commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177701 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/OpenMP/predefined_macro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0