r288862 - [OpenMP] Fix typo in the run command in the test case. NFC.

Kelvin Li via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 6 15:18:07 PST 2016


Author: kli
Date: Tue Dec  6 17:18:06 2016
New Revision: 288862

URL: http://llvm.org/viewvc/llvm-project?rev=288862&view=rev
Log:
[OpenMP] Fix typo in the run command in the test case. NFC.

Modified:
    cfe/trunk/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp

Modified: cfe/trunk/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp?rev=288862&r1=288861&r2=288862&view=diff
==============================================================================
--- cfe/trunk/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp (original)
+++ cfe/trunk/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp Tue Dec  6 17:18:06 2016
@@ -1,6 +1,6 @@
 // RUN: %clang_cc1 -verify -fopenmp -ast-print %s | FileCheck %s
-// rUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s
-// rUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print | FileCheck %s
+// RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s
+// RUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print | FileCheck %s
 // expected-no-diagnostics
 
 #ifndef HEADER




More information about the cfe-commits mailing list