Mercurial > hg > CbC > CbC_llvm
annotate clang/test/Frontend/unknown-arg.c @ 180:680fa57a2f20
fix compile errors.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 30 May 2020 17:44:06 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
rev | line source |
---|---|
150 | 1 // RUN: not %clang_cc1 %s -E --helium 2>&1 | \ |
2 // RUN: FileCheck %s | |
3 // RUN: not %clang_cc1 %s -E --hel[ 2>&1 | \ | |
4 // RUN: FileCheck %s --check-prefix=DID-YOU-MEAN | |
5 // RUN: not %clang %s -E -Xclang --hel[ 2>&1 | \ | |
6 // RUN: FileCheck %s --check-prefix=DID-YOU-MEAN | |
7 | |
8 // CHECK: error: unknown argument: '--helium' | |
9 // DID-YOU-MEAN: error: unknown argument '--hel['; did you mean '--help'? |