mirror of
https://github.com/linux-msm/qmic.git
synced 2024-11-23 09:44:06 +08:00
parser: fix another test file
In "tests/num_large.qmi", the same name is used twice for constant
symbols, which results in a parse error. Fix this test file bug.
Fixes: ad48050
("parser: properly support 64-bit numbers")
Signed-off-by: Alex Elder <elder@linaro.org>
This commit is contained in:
parent
de50c02678
commit
e61ff7276e
@ -3,7 +3,7 @@ package test;
|
||||
# As a 32 bit signed number, this would be negative
|
||||
const TEST_NUMBER = 0x87654321;
|
||||
# This value requires more than 32 bits to represent
|
||||
const TEST_NUMBER = 0x123456789;
|
||||
const TEST_NUMBER2 = 0x123456789;
|
||||
|
||||
struct qmi_result {
|
||||
u16 result;
|
||||
|
Loading…
Reference in New Issue
Block a user