forked from qt-creator/qt-creator
UnitTests: Rename CLANGBACKEND_TESTS in UNIT_TESTS
Change-Id: I26635a0c85edcc90cdffb93d3f9ae4ad4c8cb98e Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -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(";
|
||||
|
||||
Reference in New Issue
Block a user