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
This commit is contained in:
Marshall Clow
2019-05-31 18:35:30 +00:00
parent 065bd45da9
commit 7fc6a55688
3295 changed files with 5607 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
#include <string_view>
#include <cassert>
#include "test_macros.h"
template <class S>
void
test(const S& lhs, const typename S::value_type* rhs, bool x, bool y)