From: Kelvin Li Date: Tue, 6 Dec 2016 23:18:06 +0000 (+0000) Subject: [OpenMP] Fix typo in the run command in the test case. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31a3f52040e75efea0e486ddc168b604947451fe;p=clang [OpenMP] Fix typo in the run command in the test case. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288862 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp b/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp index ad51592b66..26cc158229 100644 --- a/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp +++ b/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp @@ -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