1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

* String equality tests should take the context into account. All the

evaluation test cases now succeed.
This commit is contained in:
Eelco Dolstra 2010-04-22 09:54:11 +00:00
parent 6bbfe95e30
commit 2d7636529f
2 changed files with 12 additions and 4 deletions

View file

@ -69,7 +69,7 @@ struct Value
For canonicity, the store paths should be in sorted order. */
struct {
const char * s;
const char * * context;
const char * * context; // must be in sorted order
} string;
const char * path;