mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
UnitTests: Remove redundant template type specifers
This commit is contained in:
@ -194,7 +194,7 @@ protected:
|
||||
|
||||
void ExpectBytes(const std::vector<u8> expected_bytes)
|
||||
{
|
||||
const std::vector<u8> code_bytes(code_buffer, emitter->GetWritableCodePtr());
|
||||
const std::vector code_bytes(code_buffer, emitter->GetWritableCodePtr());
|
||||
|
||||
EXPECT_EQ(expected_bytes, code_bytes);
|
||||
|
||||
|
Reference in New Issue
Block a user