Fix spelling of unitttest_public

Change-Id: Id90dbfe30bb1f1c147299c4ac8cd210dbe7d8b82
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Marco Bubke
2017-02-02 17:14:53 +01:00
committed by Tim Jenssen
parent 8c3307a51a
commit 79e73ea4ee
10 changed files with 14 additions and 14 deletions

View File

@@ -48,9 +48,9 @@
#endif
#ifdef UNIT_TESTS
#define unitttest_public public
#define unittest_public public
#else
#define unitttest_public private
#define unittest_public private
#endif
namespace ClangBackEnd {