Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
failing
/
49 inconsistent comparison
/
meson.build
blob: 237a157dc60cec5c555a9ca2d16f3e0af01d897e [
file
] [
log
] [
blame
]
project
(
'kwarg before arg'
)
# All of these should fail, though only the first one will error out if
# everything's working correctly.
assert
([]
<
'st'
,
'should fail'
)
assert
([]
<
1
,
'should fail'
)
assert
(
2
<
'st'
,
'should fail'
)