Fixed compiler error introduced recently.
This commit is contained in:
parent
7c8da17c44
commit
6364f43b7a
|
@ -5835,7 +5835,7 @@ private:
|
||||||
" int a = 123;\n"
|
" int a = 123;\n"
|
||||||
" a >>= -1;\n"
|
" a >>= -1;\n"
|
||||||
"}");
|
"}");
|
||||||
ASSERT_EQUALS("[test.cpp:4]: (error) Shifting by a negative value.\n", errout.str());s
|
ASSERT_EQUALS("[test.cpp:4]: (error) Shifting by a negative value.\n", errout.str());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue