[analyzer] Handle `\l` symbol in string literals in exploded-graph-rewriter
authorDenys Petrov <dpetrov@accesssoftek.com>
Mon, 22 Jun 2020 11:17:43 +0000 (14:17 +0300)
committerDenys Petrov <dpetrov@accesssoftek.com>
Mon, 22 Jun 2020 11:19:13 +0000 (14:19 +0300)
Fix for test due to build-bot complains.

clang/test/Analysis/exploded-graph-rewriter/l_name_starts_with_l.cpp

index b84c499..a5d2443 100644 (file)
@@ -24,5 +24,5 @@ void test() {
 
 // This test is passed if exploded_graph_rewriter handles dot file without errors.
 // CHECK: digraph "ExplodedGraph"
-// CHECK: clang\\test\\Analysis\\exploded-graph-rewriter\\l_name_starts_with_l.cpp";
+// CHECK: shape=record,label=<<table border="0">
 // CHECK: char text[] = "string\\literal";