[flang] Fix one Unexpectedly Passed test on X86
authorPeixin Qiao <qiaopeixin@huawei.com>
Sat, 22 Oct 2022 10:57:05 +0000 (18:57 +0800)
committerPeixin Qiao <qiaopeixin@huawei.com>
Sat, 22 Oct 2022 10:57:05 +0000 (18:57 +0800)
commitc1bf4c3c5d8bac68e738d93c7dc28d9326410728
tree5420f5d6f662c08ccc7cec970724c46ae4044606
parentb483349c5f4f61a67cfd9add21dbee2d69833b77
[flang] Fix one Unexpectedly Passed test on X86

The test case, kinds04_q10.f90, should run only for X86. Now it is
unexpected passed since 8686ff1d0d47ba8c980f5ea6bb53f77786478e23.
Add "-triple x86_64-unknown-linux-gnu" so that the test is for
testing the target X86 linux.
flang/test/Semantics/kinds04_q10.f90