summaryrefslogtreecommitdiffstats
path: root/test cases/failing/85 dub compiler/test.json
blob: 50ee39b31c5870caf96135d184f4b2dbcb2971e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "matrix": {
    "options": {
      "warning_level": [
        {
          "val": "1",
          "skip_on_env": [
            "SINGLE_DUB_COMPILER"
          ]
        }
      ]
    }
  },
  "stdout": [
    {
      "line": "test cases/failing/85 dub compiler/meson.build:17:0: ERROR: Dependency \"dubtestproject:test2\" not found"
    }
  ]
}