diff --git a/tests/Hello/Hello.h b/tests/Hello/Hello.h index ab26316e..b13f7ce5 100644 --- a/tests/Hello/Hello.h +++ b/tests/Hello/Hello.h @@ -34,7 +34,7 @@ struct CppSharp_API Bar2 : public Bar int C; }; -enum class Enum +enum Enum { A = 0, B = 2, C = 5 };