aboutsummaryrefslogtreecommitdiffstats
path: root/tests/function-args-by-value/config.json
blob: 6bb3f06e8697c6bf8c36c5b002b03b8bbb76d481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "tests" : [
        {
            "filename" : "main.cpp"
        },
        {
            "filename" : "main.cpp_fixed.cpp",
            "isFixedFile" : true
        },
        {
            "filename" : "lambdas.cpp"
        },
        {
            "filename" : "sharedptrs.cpp"
        },
        {
            "filename" : "bug379342.cpp"
        }
    ]
}