aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qstring-ref
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2017-03-04 14:05:34 +0000
committerSergio Martins <smartins@kde.org>2017-03-04 14:05:34 +0000
commite6931ef2554c5b67e042bd5d1ed03a4bd7e4a19d (patch)
tree62116679cc1f52ca421981190fdf063c4ef31646 /tests/qstring-ref
parent53c68bc6888f18409f8e803fb5b9c59f9b1d96c9 (diff)
qstring-ref: Don't warn when a QStringRef wouldn't compile
For example when there's an implicit converstion to QVariant BUG: 376737
Diffstat (limited to 'tests/qstring-ref')
-rw-r--r--tests/qstring-ref/config.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/qstring-ref/config.json b/tests/qstring-ref/config.json
index 1078349c..a4ad315d 100644
--- a/tests/qstring-ref/config.json
+++ b/tests/qstring-ref/config.json
@@ -4,8 +4,7 @@
"filename" : "main.cpp"
},
{
- "filename" : "bug376737.cpp",
- "expects_failure" : true
+ "filename" : "bug376737.cpp"
}
]
}