commit | 7fc6a55688c816f5fc1a5481ae7af25be7500356 | [log] [tgz] |
---|---|---|
author | Marshall Clow <mclow.lists@gmail.com> | Fri May 31 18:35:30 2019 +0000 |
committer | Marshall Clow <mclow.lists@gmail.com> | Fri May 31 18:35:30 2019 +0000 |
tree | cac80ad839e171aa372cd03df408af1b90125db6 | |
parent | 065bd45da9de57668cfaabe1b851a2e08acea215 [diff] [blame] |
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. llvm-svn: 362252
diff --git a/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp b/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp index bba3780..22f2a63 100644 --- a/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp +++ b/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp
@@ -20,6 +20,8 @@ #include <cstdlib> // for rand() #include <type_traits> +#include "test_macros.h" + constexpr struct { int x; int y;