Removed accidently added ';' [ci skip]

This commit is contained in:
Martin Ettl 2015-01-23 17:31:21 +01:00
parent ac551807b6
commit 0ef43c05dc
1 changed files with 0 additions and 1 deletions

View File

@ -4223,7 +4223,6 @@ private:
checkUninitVarB("blkcnt_t f() {blkcnt_t b; return b;}");
ASSERT_EQUALS("[test.cpp:1]: (error) Uninitialized variable: b\n", errout.str());
;
}
};