Skip to content

Commit ed29794

Browse files
committed
A13-3-1: fix mislabelled testcase
1 parent 0eb430a commit ed29794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/test/rules/A13-3-1/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ int main() {}
7474
class C {
7575
public:
7676
C() {}
77-
template <typename T> C(T &&) {} // COMPLIANT by exception
77+
template <typename T> C(T &&) {} // NON_COMPLIANT
7878
};

0 commit comments

Comments
 (0)