[sq] add one more test that shouldn't compile
This commit is contained in:
parent
6cef160595
commit
4979e82a12
|
@ -682,6 +682,8 @@ mod tests {
|
|||
};
|
||||
assert_eq!(table.items[0].capability, NullCapability::new().into());
|
||||
assert_eq!(table.items[31].capability, NullCapability::new().into());
|
||||
// Doesn't even compile:
|
||||
// assert_eq!(table.items[32].capability, NullCapability::new().into());
|
||||
}
|
||||
|
||||
#[test_case]
|
||||
|
|
Loading…
Reference in New Issue