mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +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
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue