Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-133052-add-loop-bitconvert-tests
/
.
/
flang
/
test
/
Driver
/
plugin-invalid-name.f90
blob: 55fc423b5e8f978a91492eabcaf5d11ffece23b0 [
file
] [
log
] [
blame
] [
edit
]
!
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
'