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

llvm-svn: 288862
This commit is contained in:
Kelvin Li 2016-12-06 23:18:06 +00:00
parent 269ffdac4e
commit 9965d22334
1 changed files with 2 additions and 2 deletions

View 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