Navigation Menu

Skip to content

Commit

Permalink
#5977: Use a dedicated decl type enum value for the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jul 9, 2022
1 parent bdab442 commit 850ff74
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 106 deletions.
4 changes: 4 additions & 0 deletions include/idecltypes.h
Expand Up @@ -24,6 +24,10 @@ enum class Type
ModelDef,
Particle,
Skin,

// These are used in unit tests only
TestDecl,
TestDecl2,
};

inline std::string getTypeName(Type type)
Expand Down

0 comments on commit 850ff74

Please sign in to comment.