# HG changeset patch # User Pierre-Yves David # Date 2017-07-01 23:38:08 # Node ID 9359cd9345a995c02619a25ff8bb8137ec9a3280 # Parent 8dff2a0d3d12d8a95a3691683ceb234d13061782 test: glob a line number in test-devel-warnings.t This make is simpler to edit the extensions file without side effect. diff --git a/tests/test-devel-warnings.t b/tests/test-devel-warnings.t --- a/tests/test-devel-warnings.t +++ b/tests/test-devel-warnings.t @@ -187,7 +187,7 @@ Test programming error failure: Old style deprecation warning $ hg nouiwarning - $TESTTMP/buggylocking.py:61: DeprecationWarning: this is a test + $TESTTMP/buggylocking.py:*: DeprecationWarning: this is a test (glob) (compatibility will be dropped after Mercurial-13.37, update your code.) util.nouideprecwarn('this is a test', '13.37')