[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git] / flang / test / Driver / target-machine-error.f90
blob8f6522de1f617c903b90632c2e95f0e350a84a73
1 ! RUN: not %flang --target=some-invalid-triple -S %s -o \
2 ! RUN: /dev/null 2>&1 | FileCheck %s
3 ! RUN: not %flang_fc1 -triple some-invalid-triple -S %s -o \
4 ! RUN: /dev/null 2>&1 | FileCheck %s
6 ! CHECK: error: unable to create target: 'No available targets are compatible with triple "some-invalid-triple"'