Home | History | Annotate | Download | only in test

Lines Matching refs:l2

1407         l2 = 28
1416 self.assertIs(min(d1,l2), d1)
1417 self.assertIs(min(l2,d1), d1)