summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/taint-generic.c
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-07-29 18:48:50 +0000
committerReid Kleckner <rnk@google.com>2019-07-29 18:48:50 +0000
commit2336c1b872a659ebb7e3c15c73dd0592cd751d57 (patch)
treefbd3e34f4e0f8d06e68311875f4a8b6cc655238f /clang/test/Analysis/taint-generic.c
parentc94e951180eaa59389ebdb2825dab000b68f2609 (diff)
downloadbcm5719-llvm-2336c1b872a659ebb7e3c15c73dd0592cd751d57.tar.gz
bcm5719-llvm-2336c1b872a659ebb7e3c15c73dd0592cd751d57.zip
Fix taint-generic.c on Windows, handle case in OS error
llvm-svn: 367249
Diffstat (limited to 'clang/test/Analysis/taint-generic.c')
-rw-r--r--clang/test/Analysis/taint-generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/taint-generic.c b/clang/test/Analysis/taint-generic.c
index 4d7eee2547d..a6aae22a61f 100644
--- a/clang/test/Analysis/taint-generic.c
+++ b/clang/test/Analysis/taint-generic.c
@@ -32,7 +32,7 @@
// CHECK-ILL-FORMED: (frontend): invalid input for checker option
// CHECK-ILL-FORMED-SAME: 'alpha.security.taint.TaintPropagation:Config',
-// CHECK-ILL-FORMED-SAME: that expects a valid yaml file: Invalid argument
+// CHECK-ILL-FORMED-SAME: that expects a valid yaml file: {{[Ii]}}nvalid argument
// RUN: not %clang_analyze_cc1 -verify %s \
// RUN: -analyzer-checker=alpha.security.taint \
OpenPOWER on IntegriCloud