aboutsummaryrefslogtreecommitdiffstats
path: root/tests/incorrect-emit
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2016-12-18 22:57:41 +0000
committerSergio Martins <smartins@kde.org>2016-12-18 22:59:20 +0000
commit0dce61a07471e431d1857dce272147d9477d0f02 (patch)
tree6333583371bf65aefd0b13ba161e9fc9aacdb5b0 /tests/incorrect-emit
parent4071f59e28b2c6b41dfd70bd5aeb8d3955ee4150 (diff)
Fix build against clang 3.6
clang 3.6 doesn't support preprocessor callbacks
Diffstat (limited to 'tests/incorrect-emit')
-rw-r--r--tests/incorrect-emit/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/incorrect-emit/config.json b/tests/incorrect-emit/config.json
index e7e6e0cb..f88cbf0c 100644
--- a/tests/incorrect-emit/config.json
+++ b/tests/incorrect-emit/config.json
@@ -1,7 +1,8 @@
{
"tests" : [
{
- "filename" : "main.cpp"
+ "filename" : "main.cpp",
+ "minimum_clang_version" : 370
}
]
}