mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
UnitTests: Remove redundant template type specifers
This commit is contained in:
parent
404a7c75b2
commit
2102108b1a
6 changed files with 31 additions and 31 deletions
|
@ -88,7 +88,7 @@ TEST(BitSet, BitOps)
|
|||
|
||||
TEST(BitSet, InitializerListsAndIteration)
|
||||
{
|
||||
std::vector<int> bits{1, 10, 15, 17, 20, 30};
|
||||
std::vector bits{1, 10, 15, 17, 20, 30};
|
||||
BitSet32 bs{1, 10, 15, 17, 20, 30};
|
||||
auto vit = bits.begin();
|
||||
for (auto i : bs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue