aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/253 module warnings/test.json
blob: 8833da2dcb9b6ec88405af3a2454eb4e035fb214 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "stdout": [
    {
      "line": "test cases/common/253 module warnings/meson.build:3: WARNING: Project targets '>= 0.56' but uses feature deprecated since '0.48.0': module python3."
    },
    {
      "line": "test cases/common/253 module warnings/meson.build:4: WARNING: Project targets '>= 0.56' but uses feature introduced in '0.60.0': module java."
    }
  ]
}