[compiler-rt] Speculative fix for cross_over_uniform_dist.test

This change makes the REQUIRES clause unambiguously use triple-relative
feature names, in case that helps fix the bot failure seen at
https://lab.llvm.org/buildbot/#/builders/37/builds/5998
This commit is contained in:
Paul Robinson 2021-08-09 10:16:35 -07:00
parent 41f4d47484
commit dc11e69dd4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
REQUIRES: linux, x86_64
REQUIRES: x86_64-, -linux
RUN: %cpp_compiler %S/KeepSeedTest.cpp -o %t-CrossOverUniformDistTest
RUN: rm -rf %t-corpus