summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2019-01-02 20:23:47 +0000
committerDavid Carlier <devnexen@gmail.com>2019-01-02 20:23:47 +0000
commitf25b990e702ddec71c3109e775e46272810f34d7 (patch)
tree5ae1bdd0db61928e0e1c01801c655aaca1577033
parent8860149190641b83cd61e23f41909313963e352b (diff)
downloadcompiler-rt-f25b990e702ddec71c3109e775e46272810f34d7.tar.gz
[Sanitizer] Fix typo in funopen unit test.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@350259 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/sanitizer_common/TestCases/Posix/funopen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/Posix/funopen.cc b/test/sanitizer_common/TestCases/Posix/funopen.cc
index 7d32830be..7d3192488 100644
--- a/test/sanitizer_common/TestCases/Posix/funopen.cc
+++ b/test/sanitizer_common/TestCases/Posix/funopen.cc
@@ -11,7 +11,7 @@
// CHECK-NEXT: READ CALLED; len={{[0-9]*}}
// CHECK-NEXT: READ: test
//
-// UNSUPPORTED: linux. darwin, solaris
+// UNSUPPORTED: linux, darwin, solaris
#include <assert.h>
#include <stdio.h>