You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
342 B

! RUN: %flang-new --version 2>&1 | FileCheck %s
! RUN: not %flang-new --versions 2>&1 | FileCheck %s --check-prefix=ERROR
! REQUIRES: new-flang-driver
! CHECK:flang-new version
! CHECK-NEXT:Target:
! CHECK-NEXT:Thread model:
! CHECK-NEXT:InstalledDir:
! ERROR: flang-new: error: unsupported option '--versions'; did you mean '--version'?