diff options
author | Marco Bubke <marco.bubke@qt.io> | 2016-06-08 11:29:58 +0200 |
---|---|---|
committer | Marco Bubke <marco.bubke@qt.io> | 2016-06-08 14:16:57 +0000 |
commit | 505c9be9af58ad35c62f8fbbce3b7a77017204b3 (patch) | |
tree | cbad2a87752a7f4bd2b7b23972b4fe7aa11c12ab | |
parent | 01747388d47e51074f622ba0d9b008e486cb9575 (diff) | |
download | qt-creator-505c9be9af58ad35c62f8fbbce3b7a77017204b3.tar.gz |
UnitTests: Disable small string test
There are some compiler problems and before I change the code I want to
investigate them deeper.
Change-Id: I497aa594fe0ea67be5927cc75bf6d64158952663
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
-rw-r--r-- | tests/unit/unittest/unittest.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unittest/unittest.pro b/tests/unit/unittest/unittest.pro index c370b389bb..1dfd5b4748 100644 --- a/tests/unit/unittest/unittest.pro +++ b/tests/unit/unittest/unittest.pro @@ -66,7 +66,7 @@ SOURCES += \ chunksreportedmonitor.cpp \ unsavedfiletest.cpp \ clangisdiagnosticrelatedtolocationtest.cpp \ - smallstringtest.cpp \ +# smallstringtest.cpp \ highlightingmarkstest.cpp \ sizedarraytest.cpp \ utf8positionfromlinecolumntest.cpp |