llvm-project/flang/test/Driver/plugin-invalid-name.f90
Aiden Grossman 23bf786e68
[flang] Remove REQUIRES: shell lines form tests (#173339)
The shell feature only implies that we are not running on Windows now
that the internal shell feature is available everywhere. Replace it with
UNSUPPORTED: system-windows on non-portable tests so we can eventually
get rid of the feature.
2025-12-31 09:54:14 -08:00

8 lines
241 B
Fortran

! Check the correct error diagnostic is reported when a plugin name isn't found
! REQUIRES: plugins
! RUN: not %flang_fc1 -plugin -wrong-name %s 2>&1 | FileCheck %s --check-prefix=ERROR
! ERROR: error: unable to find plugin '-wrong-name'