1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-21 16:31:07 +01:00

Revert "Disable rapidcheck tests"

This reverts commit 628fd08d19.
This commit is contained in:
Robert Hensing 2023-07-03 17:29:12 +02:00
parent 628fd08d19
commit 98460d566b
5 changed files with 0 additions and 10 deletions

View file

@ -111,7 +111,6 @@ Gen<NixStringContextElem> Arbitrary<NixStringContextElem>::arbitrary()
namespace nix {
#if 0
RC_GTEST_PROP(
NixStringContextElemTest,
prop_round_rip,
@ -119,6 +118,5 @@ RC_GTEST_PROP(
{
RC_ASSERT(o == NixStringContextElem::parse(o.to_string()));
}
#endif
}