mirror of
https://github.com/NixOS/nix.git
synced 2025-12-13 12:31:04 +01:00
More mingw fixes
This commit is contained in:
parent
9246dca541
commit
c555af2c77
6 changed files with 22 additions and 20 deletions
|
|
@ -49,7 +49,7 @@ TEST_F(nix_api_expr_test, nix_eval_state_lookup_path)
|
|||
|
||||
auto pathStr = nix_get_path_string(ctx, value);
|
||||
assert_ctx_ok();
|
||||
ASSERT_EQ(0, strcmp(pathStr, nixpkgs.c_str()));
|
||||
ASSERT_EQ(0, strcmp(pathStr, nixpkgs.string().c_str()));
|
||||
|
||||
nix_gc_decref(nullptr, value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue