1 parent aff1fe9 commit ee01d1fCopy full SHA for ee01d1f
1 file changed
test/testother.cpp
@@ -12512,7 +12512,7 @@ class TestOther : public TestFixture {
12512
" label:\n"
12513
"}\n", dinit(CheckOptions, $.settings = &s));
12514
ASSERT_EQUALS("", errout_str());
12515
- s.premiumArgs = "--premium=misra-c-2012"; // <- activates unusedLabel checking
+ s.premiumArgs = "--misra-c-2012"; // <- activates unusedLabel checking
12516
check("void f() {\n"
12517
12518
0 commit comments