From f3fa7a6f5ea1212e5ae9e28413a50421c1b48316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 6 Sep 2020 13:25:37 +0200 Subject: [PATCH] misra: updated test addons/test/misra/misra-test.cpp --- addons/test/misra/misra-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/test/misra/misra-test.cpp b/addons/test/misra/misra-test.cpp index cfa1d3289..da568a3d9 100644 --- a/addons/test/misra/misra-test.cpp +++ b/addons/test/misra/misra-test.cpp @@ -20,6 +20,6 @@ C2::C2() : f(NULL) {} static bool test_misra_21_1_crash() { - auto misra_21_1_C a, b; + auto misra_21_1_C a, b; // 12.3 a = b; }