Home | History | Annotate | Download | only in test

Lines Matching refs:l2

1396         l2 = 28
1405 self.assertIs(min(d1,l2), d1)
1406 self.assertIs(min(l2,d1), d1)