diff options
author | rtk0c <[email protected]> | 2022-05-29 21:57:53 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-05-29 21:57:53 -0700 |
commit | 6f29abe5571eb68207986bdadb97b207264ac958 (patch) | |
tree | e30d5d36e550e8f08cc832f905c97cbeba3515aa /buildtools/codegen/tests | |
parent | 5112858f9a4adcf76240bcddad19179a5c56d4f3 (diff) |
Changeset: 49 Convert codegen output to use template specialization
Diffstat (limited to 'buildtools/codegen/tests')
-rw-r--r-- | buildtools/codegen/tests/examples/TestEnum.hpp.txt (renamed from buildtools/codegen/tests/examples/TestEnum.hpp) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/buildtools/codegen/tests/examples/TestEnum.hpp b/buildtools/codegen/tests/examples/TestEnum.hpp.txt index 6b4ab33..e596c5e 100644 --- a/buildtools/codegen/tests/examples/TestEnum.hpp +++ b/buildtools/codegen/tests/examples/TestEnum.hpp.txt @@ -1,5 +1,3 @@ -#include "MacrosCodegen.hpp" - enum MyEnum { EnumElement1, EnumElement2, |