xref: /llvm-project/flang/test/Driver/plugin-invalid-name.f90 (revision 520e5db26a4a9fcb418d9ef2da813155038caade)
1! Check the correct error diagnostic is reported when a plugin name isn't found
2
3! REQUIRES: plugins, shell
4
5! RUN: not %flang_fc1 -plugin -wrong-name %s 2>&1 | FileCheck %s --check-prefix=ERROR
6
7! ERROR: error: unable to find plugin '-wrong-name'
8