summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/modernize-raw-string-literal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/clang-tidy/test/modernize-raw-string-literal.cpp')
-rw-r--r--tools/clang-tidy/test/modernize-raw-string-literal.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/clang-tidy/test/modernize-raw-string-literal.cpp b/tools/clang-tidy/test/modernize-raw-string-literal.cpp
new file mode 100644
index 0000000000..d120aad9bf
--- /dev/null
+++ b/tools/clang-tidy/test/modernize-raw-string-literal.cpp
@@ -0,0 +1 @@
+char const *const ManyQuotes("quotes:\'\'\'\'");