summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/num_large.qmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/num_large.qmi b/tests/num_large.qmi
index 96ef038..376672d 100644
--- a/tests/num_large.qmi
+++ b/tests/num_large.qmi
@@ -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;