Files
clang-p2996/flang/test/Flang-Driver/scanning-error.f95
Andrzej Warzynski fa1e543e0b [flang][driver] Update error messages (nfc)
As per Flang's coding guidelines
(flang/docs/C++style.md#error-messages):
```
Messages should start with a capital letter.
```

This patch updates error messages in the driver (new and old) so that
they conform with the guideline above.

This change was suggested in one of the recent reviews:
https://reviews.llvm.org/D93712. It felt like this deserved a dedicated
patch, so sending it separately.
2021-01-06 10:41:27 +00:00

9 lines
236 B
Fortran

! RUN: not %flang-new -fc1 -E %s 2>&1 | FileCheck %s --check-prefix=ERROR
! RUN: not %f18 -E %s 2>&1 | FileCheck %s --check-prefix=ERROR
! REQUIRES: new-flang-driver
! ERROR: Could not scan {{.*}}scanning-error.f95
#NOT-PP-DIRECTIVE