clang: make linter happy
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -34,7 +34,7 @@ class CpuFixture {
|
||||
};
|
||||
};
|
||||
|
||||
static constexpr auto TAG = "[arm][execution]";
|
||||
#define TAG "[arm][execution]"
|
||||
|
||||
using namespace arm;
|
||||
|
||||
@@ -1073,3 +1073,5 @@ TEST_CASE_METHOD(CpuFixture, "Data Processing", TAG) {
|
||||
CHECK(cpu.spsr.raw() == cpu.cpsr.raw());
|
||||
}
|
||||
}
|
||||
|
||||
#undef TAG
|
||||
|
Reference in New Issue
Block a user