Files
clang-p2996/flang/test/Driver/version-test.f90
Andrzej Warzynski a2957f80f8 [flang][driver] Rename driver tests (nfc)
As per [1]:
```
File names should use dashes, not underscores.
```

This patch updates the names of Flang driver tests accordingly.

[1] https://github.com/llvm/llvm-project/blob/main/flang/docs/C%2B%2Bstyle.md
2021-01-07 14:05:48 +00:00

11 lines
416 B
Fortran

! Check that lit configuration works by checking the compiler version
! VERSION-NOT:{{![[:space:]]}}
! VERSION:{{[[:space:]]}}
! VERSION-SAME:f18 compiler (under development), version {{[1-9][0-9]*.[0-9]*.[0-9]*}}
! VERSION-EMPTY:
! RUN: %f18 -V 2>&1 | FileCheck -check-prefix=VERSION %s
! RUN: %f18 -v 2>&1 | FileCheck -check-prefix=VERSION %s
! RUN: %f18 --version 2>&1 | FileCheck -check-prefix=VERSION %s