[libcxx] r318808 - Add missing test_macros.h inclusion.
Billy Robert O'Neal III via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 21 14:16:57 PST 2017
Author: bion
Date: Tue Nov 21 14:16:57 2017
New Revision: 318808
URL: http://llvm.org/viewvc/llvm-project?rev=318808&view=rev
Log:
Add missing test_macros.h inclusion.
Modified:
libcxx/trunk/test/std/re/re.grammar/excessive_brace_count.pass.cpp
Modified: libcxx/trunk/test/std/re/re.grammar/excessive_brace_count.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/re/re.grammar/excessive_brace_count.pass.cpp?rev=318808&r1=318807&r2=318808&view=diff
==============================================================================
--- libcxx/trunk/test/std/re/re.grammar/excessive_brace_count.pass.cpp (original)
+++ libcxx/trunk/test/std/re/re.grammar/excessive_brace_count.pass.cpp Tue Nov 21 14:16:57 2017
@@ -15,6 +15,7 @@
#include <regex>
#include <cassert>
+#include "test_macros.h"
int main() {
for (std::regex_constants::syntax_option_type op :
More information about the cfe-commits
mailing list