swift
1f36fda7 - [cxx-interop] Use the right assertion function in tests

Commit
1 year ago
[cxx-interop] Use the right assertion function in tests `assert`s get stripped away in release builds. To make sure the checks in tests still run in release builds, this switches to `expectTrue`/`expectFalse` instead of `assert`.
Author
Committer
Parents
Loading