1*ca27a2b0SNico Weber // RUN: not %clang_cc1 -plugin asdf %s 2>&1 | FileCheck %s 2*ca27a2b0SNico Weber // RUN: not %clang_cc1 -add-plugin asdf %s 2>&1 | FileCheck --check-prefix=ADD %s 3*ca27a2b0SNico Weber 4*ca27a2b0SNico Weber // CHECK: unable to find plugin 'asdf' 5*ca27a2b0SNico Weber // ADD: unable to find plugin 'asdf' 6