[BACK]Return to redundantscope_test.go CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / pkglint / files

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/pkgtools/pkglint/files/Attic/redundantscope_test.go between version 1.8 and 1.9

version 1.8, 2019/11/23 23:35:56 version 1.9, 2019/12/02 23:32:09
Line 1525  func (s *Suite) Test_RedundantScope_hand
Line 1525  func (s *Suite) Test_RedundantScope_hand
 func (s *Suite) Test_includePath_includes(c *check.C) {  func (s *Suite) Test_includePath_includes(c *check.C) {
         t := s.Init(c)          t := s.Init(c)
   
         path := func(locations ...Path) includePath {          path := func(locations ...CurrPath) includePath {
                 return includePath{locations}                  return includePath{locations}
         }          }
   
Line 1550  func (s *Suite) Test_includePath_include
Line 1550  func (s *Suite) Test_includePath_include
 func (s *Suite) Test_includePath_equals(c *check.C) {  func (s *Suite) Test_includePath_equals(c *check.C) {
         t := s.Init(c)          t := s.Init(c)
   
         path := func(locations ...Path) includePath {          path := func(locations ...CurrPath) includePath {
                 return includePath{locations}                  return includePath{locations}
         }          }
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>