aboutsummaryrefslogtreecommitdiff
path: root/test/Frontend/unknown-arg.c
blob: 00f2da6242c7c7427e9f93a1e60c99439e705d82 (plain)
1
2
3
4
5
6
7
8
9
// RUN: not %clang_cc1 %s -E --helium 2>&1 | \
// RUN: FileCheck %s
// RUN: not %clang_cc1 %s -E --hel[ 2>&1 | \
// RUN: FileCheck %s --check-prefix=DID-YOU-MEAN
// RUN: not %clang %s -E -Xclang --hel[ 2>&1 | \
// RUN: FileCheck %s --check-prefix=DID-YOU-MEAN

// CHECK: error: unknown argument: '--helium'
// DID-YOU-MEAN: error: unknown argument '--hel[', did you mean '--help'?