diff options
author | Jonathan Roelofs <jonathan@codesourcery.com> | 2014-12-11 22:05:18 +0000 |
---|---|---|
committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2014-12-11 22:05:18 +0000 |
commit | 7c2f55c3b91aeb9c7b3843f9a4b57ef45a1aef4c (patch) | |
tree | 20a3c0f8f71eccdb3fbc12c90b0ebc9002953051 /libcxx/test/containers/unord/next_prime.pass.cpp | |
parent | 0545f4b0f38a8f37187271b09f0938161eb3f880 (diff) | |
download | bcm5719-llvm-7c2f55c3b91aeb9c7b3843f9a4b57ef45a1aef4c.tar.gz bcm5719-llvm-7c2f55c3b91aeb9c7b3843f9a4b57ef45a1aef4c.zip |
Add 'REQUIERS: long_tests' to a few more long tests
llvm-svn: 224064
Diffstat (limited to 'libcxx/test/containers/unord/next_prime.pass.cpp')
-rw-r--r-- | libcxx/test/containers/unord/next_prime.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/containers/unord/next_prime.pass.cpp b/libcxx/test/containers/unord/next_prime.pass.cpp index 217cd189f57..266d7f1f9d1 100644 --- a/libcxx/test/containers/unord/next_prime.pass.cpp +++ b/libcxx/test/containers/unord/next_prime.pass.cpp @@ -6,6 +6,8 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// REQUIRES: long_tests // Not a portable test |