summaryrefslogtreecommitdiff
path: root/test cases/failing/81 dub compiler/test.json
blob: 1018d478b9db1a17a47ce827cbad72805483f4de (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/81 dub compiler/meson.build:17:0: ERROR: Dependency \"dubtestproject:test2\" not found (tried dub)"
    }
  ]
}