Skip to content

Commit

Permalink
Update unit-tests/src/test/scala/scala/scalanative/unsafe/CStringSuit…
Browse files Browse the repository at this point in the history
…e.scala

Co-authored-by: Sébastien Doeraene <sjrdoeraene@gmail.com>
  • Loading branch information
LeeTibbert and sjrd committed Oct 13, 2020
1 parent 937fe4b commit 957151c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@ object CStringSuite extends tests.Suite {

// Issue 1796
test("toCString(null) return null") {
Zone { implicit z => assertNull(toCString(null.asInstanceOf[String])) }
Zone { implicit z => assertNull(toCString(null)) }
}

test("toCString") {
Expand Down

0 comments on commit 957151c

Please sign in to comment.