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

@@ -16,6 +16,7 @@
#include <string>
#include <cassert>
#include "test_macros.h"
#include "min_allocator.h"
int main(int, char**)

View File

@@ -18,6 +18,7 @@
#include <string>
#include <cassert>
#include "test_macros.h"
#include "test_iterators.h"
#include "min_allocator.h"