brintos

brintos / llvm-project-archived public Read only

0
0
Text · 295 B · 93ba153 Raw
9 lines · plain
1! Ensure argument -std=f2018 works as expected.2 3!-----------------------------------------4! FRONTEND FLANG DRIVER (flang -fc1)5!-----------------------------------------6! RUN: not %flang_fc1 -std=90 %s  2>&1 | FileCheck %s --check-prefix=WRONG7 8! WRONG: Only -std=f2018 is allowed currently.9