Skip to content

Commit 1c3570d

Browse files
author
Nikita Kraiouchkine
committed
M5-3-2: correct test-case comment typo
1 parent d74f0f2 commit 1c3570d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/test/rules/M5-3-2/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ void f() {
88

99
std::uint16_t a = -K; // COMPLIANT
1010
std::int16_t b = -a; // NON_COMPLIANT
11-
std::uint64_t c = K; // COMPLIANTt
11+
std::uint64_t c = K; // COMPLIANT
1212
std::int64_t d = -c; // NON_COMPLIANT
1313
}

0 commit comments

Comments
 (0)