1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-20 16:01: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

@ -10,7 +10,6 @@ namespace nix {
// Testing of trivial expressions
class DerivedPathExpressionTest : public LibExprTest {};
#if 0
// FIXME: `RC_GTEST_FIXTURE_PROP` isn't calling `SetUpTestSuite` because it is
// no a real fixture.
//
@ -62,6 +61,5 @@ RC_GTEST_FIXTURE_PROP(
};
RC_ASSERT(DerivedPath { b } == d);
}
#endif
} /* namespace nix */

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
}