]> granicus.if.org Git - clang/commitdiff
[OpenMP] Fix typo in the run command in the test case. NFC.
authorKelvin Li <kkwli0@gmail.com>
Tue, 6 Dec 2016 23:18:06 +0000 (23:18 +0000)
committerKelvin Li <kkwli0@gmail.com>
Tue, 6 Dec 2016 23:18:06 +0000 (23:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288862 91177308-0d34-0410-b5e6-96231b3b80d8

test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp

index ad51592b66b1f9d6e8827a64eb6e441fec2331a2..26cc1582294382b27b5f3c53ce2f645f9aca3fd4 100644 (file)
@@ -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