diff options
Diffstat (limited to 'libcxx/test/std/re/re.alg/re.alg.match/inverted_character_classes.pass.cpp')
-rw-r--r-- | libcxx/test/std/re/re.alg/re.alg.match/inverted_character_classes.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/re/re.alg/re.alg.match/inverted_character_classes.pass.cpp b/libcxx/test/std/re/re.alg/re.alg.match/inverted_character_classes.pass.cpp index 5190357209a..9f3c44a06d2 100644 --- a/libcxx/test/std/re/re.alg/re.alg.match/inverted_character_classes.pass.cpp +++ b/libcxx/test/std/re/re.alg/re.alg.match/inverted_character_classes.pass.cpp @@ -14,6 +14,8 @@ #include <cassert> #include <regex> +#include "test_macros.h" + int main(int, char**) { assert(std::regex_match("X", std::regex("[X]"))); |