diff options
| author | Billy Robert O'Neal III <bion@microsoft.com> | 2017-11-21 22:16:57 +0000 |
|---|---|---|
| committer | Billy Robert O'Neal III <bion@microsoft.com> | 2017-11-21 22:16:57 +0000 |
| commit | 020294811f58525669505a3f5869c9ea4ad53871 (patch) | |
| tree | 2e7c544f62aba491d87185bb5b1433feee10671a /libcxx/test/std/re/re.grammar/excessive_brace_count.pass.cpp | |
| parent | 705795b839851579e10bd6f8eaedcafdd5038270 (diff) | |
| download | bcm5719-llvm-020294811f58525669505a3f5869c9ea4ad53871.tar.gz bcm5719-llvm-020294811f58525669505a3f5869c9ea4ad53871.zip | |
Add missing test_macros.h inclusion.
llvm-svn: 318808
Diffstat (limited to 'libcxx/test/std/re/re.grammar/excessive_brace_count.pass.cpp')
| -rw-r--r-- | libcxx/test/std/re/re.grammar/excessive_brace_count.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/re/re.grammar/excessive_brace_count.pass.cpp b/libcxx/test/std/re/re.grammar/excessive_brace_count.pass.cpp index cc74a89f39e..597182e7e09 100644 --- a/libcxx/test/std/re/re.grammar/excessive_brace_count.pass.cpp +++ b/libcxx/test/std/re/re.grammar/excessive_brace_count.pass.cpp @@ -15,6 +15,7 @@ #include <regex> #include <cassert> +#include "test_macros.h" int main() { for (std::regex_constants::syntax_option_type op : |

