From 7fc6a55688c816f5fc1a5481ae7af25be7500356 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Fri, 31 May 2019 18:35:30 +0000 Subject: 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 --- .../syserr/syserr.errcat/syserr.errcat.nonvirtuals/lt.pass.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/lt.pass.cpp') diff --git a/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/lt.pass.cpp b/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/lt.pass.cpp index db6b3b90814..6cce942f63d 100644 --- a/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/lt.pass.cpp +++ b/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/lt.pass.cpp @@ -15,6 +15,8 @@ #include #include +#include "test_macros.h" + int main(int, char**) { const std::error_category& e_cat1 = std::generic_category(); -- cgit v1.2.3