Sign in
qemu
/
meson
/
refs/heads/xcodepoop
/
.
/
test cases
/
failing
/
51 inconsistent comparison
/
meson.build
blob: 7694c2cd23e91b76bffa781531fdde6c6ed427d4 [
file
] [
log
] [
blame
]
project
(
'kwarg before arg'
,
'c'
)
# 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'
)