mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 14:01:05 +01:00
libstore-tests: Restore commented out tests
This commit is contained in:
parent
2c38ad2cfa
commit
73ebdf2497
4 changed files with 14 additions and 28 deletions
|
|
@ -1,9 +1,6 @@
|
|||
// FIXME: Odd failures for templates that are causing the PR to break
|
||||
// for now with discussion with @Ericson2314 to comment out.
|
||||
#if 0
|
||||
# include <gtest/gtest.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
# include "nix/store/local-overlay-store.hh"
|
||||
#include "nix/store/local-overlay-store.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
|
@ -31,4 +28,3 @@ TEST(LocalOverlayStore, constructConfig_rootPath)
|
|||
}
|
||||
|
||||
} // namespace nix
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue