diff options
| author | Kelvin Li <kkwli0@gmail.com> | 2016-12-06 23:18:06 +0000 |
|---|---|---|
| committer | Kelvin Li <kkwli0@gmail.com> | 2016-12-06 23:18:06 +0000 |
| commit | 9965d2233483d9b01ddffefa80ba6991a586dae3 (patch) | |
| tree | 14b9b15c33646cf8c253b8105ae5c4641c8b4376 /clang/test | |
| parent | 269ffdac4e354b58cb627a45a9ffe01fb967004a (diff) | |
| download | bcm5719-llvm-9965d2233483d9b01ddffefa80ba6991a586dae3.tar.gz bcm5719-llvm-9965d2233483d9b01ddffefa80ba6991a586dae3.zip | |
[OpenMP] Fix typo in the run command in the test case. NFC.
llvm-svn: 288862
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp b/clang/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp index ad51592b66b..26cc1582294 100644 --- a/clang/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp +++ b/clang/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 |

