From 9e5d110b061b39a271dd73eb8d4b2b7e77780061 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Mon, 29 Jul 2019 18:48:50 +0000 Subject: [PATCH] Fix taint-generic.c on Windows, handle case in OS error git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@367249 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/taint-generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Analysis/taint-generic.c b/test/Analysis/taint-generic.c index 4d7eee2547..a6aae22a61 100644 --- a/test/Analysis/taint-generic.c +++ b/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 \ -- 2.40.0