Mercurial > hg
comparison Makefile @ 36251:c2c5f9f6fa21
tests: avoid referring to pvec in demandimport test
Nothing else currently uses pvec, so we may want to delete it (but
Augie Fackler says he may want to use it). To enable deletion, this
patch replaces it by the error module in the demandimport test (any
module works). However, since the error module had already been loaded
at this point in the test (via the util module), I moved it earlier in
the test so it's still not loaded (although I'm not sure if that's
even relevant to the test).
Differential Revision: https://phab.mercurial-scm.org/D2287
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 16 Feb 2018 11:33:56 -0800 |
parents | 89c81739ffa7 |
children | 521f6c7e1756 |
comparison
equal
deleted
inserted
replaced
36250:4174970c9147 | 36251:c2c5f9f6fa21 |
---|