diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-03-01 10:35:55 -0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-03-01 20:50:25 +0000 |
commit | beded852d7e1494abd23de191ba7ae2a5a6b81b0 (patch) | |
tree | 5346481b40c9f3f8254ffa685efe1690f0a91e42 /src/vnet/hdlc/pg.c | |
parent | fe480f6830166e35f1073211cba9db066a5c858e (diff) |
Tests: Trivial fox use of 'is'.
'is' evaluates diffently depending on the value.
>>> x=-10
>>> x is -10
False
>>> x=10
>>> x is 10
True
>>>
Change-Id: If72ec7c47e3e95180a4d08a773984253c80154d6
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet/hdlc/pg.c')
0 files changed, 0 insertions, 0 deletions