mirror of
https://github.com/NixOS/nix.git
synced 2025-12-20 16:01:07 +01:00
parent
628fd08d19
commit
98460d566b
5 changed files with 0 additions and 10 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue