Fix taint-generic.c on Windows, handle case in OS error

llvm-svn: 367249
This commit is contained in:
Reid Kleckner 2019-07-29 18:48:50 +00:00
parent c94e951180
commit 2336c1b872
1 changed files with 1 additions and 1 deletions

View File

@ -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 \