llvm-project/flang/test/Driver/parse-error.f95

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
223 B
Fortran
Raw Normal View History

! Verify that parsing errors are correctly reported by the driver
! RUN: not %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s --check-prefix=ERROR
! ERROR: Could not parse {{.*}}parse-error.f95
"This file will not parse"