You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// RUN: not %clang %s --hedonism -### 2>&1 | \
|
|
// RUN: FileCheck %s
|
|
// RUN: not %clang %s --hell -### 2>&1 | \
|
|
// RUN: FileCheck %s --check-prefix=DID-YOU-MEAN
|
|
|
|
// CHECK: error: unsupported option '--hedonism'
|
|
// DID-YOU-MEAN: error: unsupported option '--hell'; did you mean '--help'?
|