diff --git a/tests/rule-of-three/config.json b/tests/rule-of-three/config.json index ed33ff0..dad5819 100644 --- a/tests/rule-of-three/config.json +++ b/tests/rule-of-three/config.json @@ -1,13 +1,14 @@ { + "minimum_clang_version" : 500, "tests" : [ { "filename" : "main.cpp" }, { "filename" : "bug388677.cpp" }, { "filename" : "bug388682.cpp" } ] }