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.
8 lines
241 B
Fortran
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'
|