aboutsummaryrefslogtreecommitdiff
path: root/test/state/output-editor-id.normalized.json
blob: 2a6d61608dd785c30b7ef3444bdd48a6fed32e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "sessions": [
    {
      "id": 1,
      "language": "c++",
      "source": "#include <iostream>\n \nint main() {\n  std::cout << \"Hello CE!\";\n}",
      "conformanceview": false,
      "compilers": [
        {
          "_internalid": 1,
          "id": "g83",
          "options": "-O2 -march=haswell -Wall -Wextra -pedantic -Wno-unused-variable -Wno-unused-parameter",
          "filters": {
            "binary": false,
            "commentOnly": true,
            "demangle": true,
            "directives": true,
            "execute": true,
            "intel": true,
            "labels": true,
            "trim": true
          },
          "libs": [],
          "specialoutputs": ["compilerOutput"],
          "tools": []
        }
      ],
      "executors": []
    }
  ],
  "trees": []
}