diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-04-22T09·54+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-04-22T09·54+0000 |
commit | 2d7636529f782b552b634497fd8ac876aae72fcc (patch) | |
tree | a0f86d9ea99c7cd3aa5e3bbc567baca96f3f2c8a /src/libexpr/eval.hh | |
parent | 6bbfe95e3012effa0df79066ae129ce9828a8ff2 (diff) |
* String equality tests should take the context into account. All the
evaluation test cases now succeed.
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index aff68ea2ab8a..2726fd971d45 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -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; |