Skip to content

Commit 31a3f52

Browse files
committed
[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
1 parent f4a5e8f commit 31a3f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %clang_cc1 -verify -fopenmp -ast-print %s | FileCheck %s
2-
// rUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s
3-
// rUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print | FileCheck %s
2+
// RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s
3+
// RUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print | FileCheck %s
44
// expected-no-diagnostics
55

66
#ifndef HEADER

0 commit comments

Comments
 (0)