[flang][openacc] Use OpenACC terminator instead of fir.unreachable after Stop stmt...
[llvm-project.git] / flang / test / Driver / plugin-invalid-name.f90
blob55fc423b5e8f978a91492eabcaf5d11ffece23b0
1 ! Check the correct error diagnostic is reported when a plugin name isn't found
3 ! REQUIRES: plugins, shell
5 ! RUN: not %flang_fc1 -plugin -wrong-name %s 2>&1 | FileCheck %s --check-prefix=ERROR
7 ! ERROR: error: unable to find plugin '-wrong-name'