Blender Git Loki
Git Commits -> Revision 17da3b5
Revision 17da3b5 by Sybren A. Stüvel (master) April 9, 2020, 10:14 (GMT) |
USD: ensure test does not depend on BLI_assert() The test failure in T75491 only showed up in debug builds because `BLI_assert()` is a no-op in release builds. This is now replaced by a proper GTests call to `ADD_FAILURE()`, ensuring that the test fails regardless of build mode. |
Commit Details:
Full Hash: 17da3b5d82f4742a01cb1b88baa4c4701f39ed9a
Parent Commit: 80255e6
Lines Changed: +11, -6
1 Modified Path:
/tests/gtests/usd/abstract_hierarchy_iterator_test.cc (+11, -6) (Diff)