forked from qt-creator/qt-creator
Clang: Re-enable tests which do not fail anymore
Change-Id: I1f8f396eeb8e97a8910bc2bd454227a395330f31 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -86,7 +86,7 @@ TEST_F(SourceLocation, Column)
|
||||
ASSERT_THAT(sourceLocation.column(), 1);
|
||||
}
|
||||
|
||||
TEST_F(SourceLocation, DISABLED_ON_WINDOWS(Offset))
|
||||
TEST_F(SourceLocation, Offset)
|
||||
{
|
||||
ASSERT_THAT(sourceLocation.offset(), 18);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user