Dumper: Do not test fortran string on windows

Which doesn't exist on windows and will fail the test

Change-Id: I0dd005ccfcbf54faa716c642c5441c2086b3a32a
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2020-03-03 11:11:50 +01:00
parent fdf383cf37
commit 42f34c8a55
+2 -2
View File
@@ -7644,7 +7644,7 @@ void tst_Dumpers::dumper_data()
+ Check("f2", "\"qt-logo.png\"", "@QSqlField (QString)")
+ Check("f3", "(invalid)", "@QSqlField (invalid)");
#ifdef Q_OS_LINUX
Data f90data;
f90data.configTest = "which f95";
f90data.allProfile =
@@ -7676,7 +7676,7 @@ void tst_Dumpers::dumper_data()
+ GdbEngine
+ Check("c8", "\"c_____a_\"", "character *8")
+ Check("i8", "1337", "integer(kind=8)");
#endif
#if 0
#ifdef Q_OS_LINUX