brintos

brintos / llvm-project-archived public Read only

0
0
Text · 248 B · 55fc423 Raw
8 lines · plain
1! Check the correct error diagnostic is reported when a plugin name isn't found2 3! REQUIRES: plugins, shell4 5! RUN: not %flang_fc1 -plugin -wrong-name %s 2>&1 | FileCheck %s --check-prefix=ERROR6 7! ERROR: error: unable to find plugin '-wrong-name'8