Skip to content

Commit b14a937

Browse files
committed
Remove old tests
1 parent 6a164ee commit b14a937

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/can/id.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -182,16 +182,6 @@ mod tests {
182182
);
183183
}
184184

185-
#[test]
186-
fn cmp_standard() {
187-
assert!(StandardId::MAX < StandardId::ZERO);
188-
}
189-
190-
#[test]
191-
fn cmp_extended() {
192-
assert!(ExtendedId::MAX < ExtendedId::ZERO);
193-
}
194-
195185
#[test]
196186
fn cmp_id() {
197187
assert!(StandardId::ZERO < StandardId::MAX);

0 commit comments

Comments
 (0)