diff options
Diffstat (limited to 'libcxx/test/libcxx/fuzzing/regex_POSIX.pass.cpp')
| -rw-r--r-- | libcxx/test/libcxx/fuzzing/regex_POSIX.pass.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libcxx/test/libcxx/fuzzing/regex_POSIX.pass.cpp b/libcxx/test/libcxx/fuzzing/regex_POSIX.pass.cpp new file mode 100644 index 00000000000..db1d760a718 --- /dev/null +++ b/libcxx/test/libcxx/fuzzing/regex_POSIX.pass.cpp @@ -0,0 +1,11 @@ +// -*- C++ -*- +//===----------------------- regex_POSIX.cpp ------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#include "fuzzer_test.h" +FUZZER_TEST(fuzzing::regex_POSIX); |

