From 5da99cd32b306a1ae2c10ce5ed3728dc6bc7bb25 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Sat, 18 May 2024 10:21:57 +0100 Subject: [PATCH] Update VariableReflectionTest.cpp --- unittests/CppInterOp/VariableReflectionTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/CppInterOp/VariableReflectionTest.cpp b/unittests/CppInterOp/VariableReflectionTest.cpp index 1ee1dff90..ceffc6bf7 100644 --- a/unittests/CppInterOp/VariableReflectionTest.cpp +++ b/unittests/CppInterOp/VariableReflectionTest.cpp @@ -111,7 +111,7 @@ TEST(VariableReflectionTest, GetVariableType) { } c; \ int C::s_a = 12; -#undef maybe unused +#undef maybeunused CODE TEST(VariableReflectionTest, GetVariableOffset) {