Skip to content

Commit 9580891

Browse files
committed
Fix typo.
1 parent 195cc3f commit 9580891

File tree

1 file changed

+1
-1
lines changed
  • c/common/test/rules/constantunsignedintegerexpressionswraparound

1 file changed

+1
-1
lines changed

c/common/test/rules/constantunsignedintegerexpressionswraparound/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#define UINT_MIN ((unsigned int)0)
55
#define UULONG_MIN ((unsigned long long)0)
66

7-
void test_signed_int() {
7+
void test_unsigned_int() {
88
unsigned int a;
99
a = 1 + 1; // COMPLIANT
1010
a = 0 - 1; // COMPLIANT

0 commit comments

Comments
 (0)