[compiler-rt] r350259 - [Sanitizer] Fix typo in funopen unit test.

David Carlier via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 2 12:23:48 PST 2019


Author: devnexen
Date: Wed Jan  2 12:23:47 2019
New Revision: 350259

URL: http://llvm.org/viewvc/llvm-project?rev=350259&view=rev
Log:
[Sanitizer] Fix typo in funopen unit test.

Modified:
    compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/funopen.cc

Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/funopen.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/funopen.cc?rev=350259&r1=350258&r2=350259&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/funopen.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/funopen.cc Wed Jan  2 12:23:47 2019
@@ -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>




More information about the llvm-commits mailing list