aboutsummaryrefslogtreecommitdiffstats
path: root/tests/rule-of-three/config.json
blob: 904e33dd15a69699d2fe5bbe1069078eab2919a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "minimum_clang_version" : 500,
    "tests" : [
        {
            "filename" : "main.cpp"
        },
        {
            "filename" : "bug388677.cpp"
        },
        {
            "filename" : "bug388682.cpp"
        },
        {
            "filename" : "bug403193.cpp"
        }
    ]
}