UnitTests: Rename CLANGBACKEND_TESTS in UNIT_TESTS

Change-Id: I26635a0c85edcc90cdffb93d3f9ae4ad4c8cb98e
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Marco Bubke
2016-02-17 11:41:23 +01:00
parent 122f896548
commit 7984e928d1
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
#include "cmbunregistertranslationunitsforeditormessage.h"
#ifdef CLANGBACKEND_TESTS
#ifdef UNIT_TESTS
#include <gtest/gtest-printers.h>
#endif
@@ -76,7 +76,7 @@ QDebug operator<<(QDebug debug, const UnregisterTranslationUnitsForEditorMessage
return debug;
}
#ifdef CLANGBACKEND_TESTS
#ifdef UNIT_TESTS
void PrintTo(const UnregisterTranslationUnitsForEditorMessage &message, ::std::ostream* os)
{
*os << "UnregisterTranslationUnitsForEditorMessage(";