forked from qt-creator/qt-creator
C++11: Fix and add test for simple decltype uses.
Change-Id: I7f843fa96e33671ecb135b9db6f68d9f2cbf2fac Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -147,6 +147,7 @@ void tst_cxx11::parse_data()
|
||||
QTest::newRow("enums.1") << "enums.1.cpp" << "";
|
||||
QTest::newRow("templateGreaterGreater.1") << "templateGreaterGreater.1.cpp" << "";
|
||||
QTest::newRow("packExpansion.1") << "packExpansion.1.cpp" << "";
|
||||
QTest::newRow("declType.1") << "declType.1.cpp" << "";
|
||||
}
|
||||
|
||||
void tst_cxx11::parse()
|
||||
|
||||
Reference in New Issue
Block a user