##// END OF EJS Templates
test: glob a line number in test-devel-warnings.t...
marmoute -
r33252:9359cd93 default
parent child Browse files
Show More
@@ -187,7 +187,7 b' Test programming error failure:'
187 Old style deprecation warning
187 Old style deprecation warning
188
188
189 $ hg nouiwarning
189 $ hg nouiwarning
190 $TESTTMP/buggylocking.py:61: DeprecationWarning: this is a test
190 $TESTTMP/buggylocking.py:*: DeprecationWarning: this is a test (glob)
191 (compatibility will be dropped after Mercurial-13.37, update your code.)
191 (compatibility will be dropped after Mercurial-13.37, update your code.)
192 util.nouideprecwarn('this is a test', '13.37')
192 util.nouideprecwarn('this is a test', '13.37')
193
193
General Comments 0
You need to be logged in to leave comments. Login now