Sign in
llvm
/
llvm-project
/
618f8dc5e5b53aeff3261fcf6cebba3666849b10
/
.
/
flang
/
test
/
Driver
/
plugin-invalid-name.f90
blob: 55fc423b5e8f978a91492eabcaf5d11ffece23b0 [
file
] [
log
] [
blame
]
!
Check
the correct error diagnostic
is
reported
when
a plugin name isn
't found
! REQUIRES: plugins, shell
! RUN: not %flang_fc1 -plugin -wrong-name %s 2>&1 | FileCheck %s --check-prefix=ERROR
! ERROR: error: unable to find plugin '
-
wrong
-
name
'