summaryrefslogtreecommitdiff
path: root/flang/test/Driver/std2018-wrong.f90
blob: 27ccc76bd39aad494e8de0b67f55e49d661e070a (plain)
1
2
3
4
5
6
7
8
! Ensure argument -std=f2018 works as expected.

!-----------------------------------------
! FRONTEND FLANG DRIVER (flang-new -fc1)
!-----------------------------------------
! RUN: not %flang_fc1 -std=90 %s  2>&1 | FileCheck %s --check-prefix=WRONG

! WRONG: Only -std=f2018 is allowed currently.