swift
1f36fda7
- [cxx-interop] Use the right assertion function in tests
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
egorzhdan
Committer
egorzhdan
Parents
ab434371
Loading