Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Frontend / plugin-unknown.c
blob5b225ae6639e80ab09f73449cf8dfcc20d490802
1 // RUN: not %clang_cc1 -plugin asdf %s 2>&1 | FileCheck %s
2 // RUN: not %clang_cc1 -add-plugin asdf %s 2>&1 | FileCheck --check-prefix=ADD %s
4 // CHECK: unable to find plugin 'asdf'
5 // ADD: unable to find plugin 'asdf'