aboutsummaryrefslogtreecommitdiff
path: root/test cases/d/5 mixed/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/d/5 mixed/test.json')
-rw-r--r--test cases/d/5 mixed/test.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/test cases/d/5 mixed/test.json b/test cases/d/5 mixed/test.json
index e2c6245..c95d0ca 100644
--- a/test cases/d/5 mixed/test.json
+++ b/test cases/d/5 mixed/test.json
@@ -1,13 +1,13 @@
{
"installed": [
{"type": "exe", "file": "usr/bin/appdc_d"},
- {"type": "pdb", "file": "usr/bin/appdc_d"},
+ {"type": "pdb", "file": "usr/bin/appdc_d", "language": "d"},
{"type": "exe", "file": "usr/bin/appdc_s"},
- {"type": "pdb", "file": "usr/bin/appdc_s"},
+ {"type": "pdb", "file": "usr/bin/appdc_s", "language": "d"},
{"type": "file", "file": "usr/lib/libstuff.a"},
{"type": "shared_lib", "platform": "gcc", "file": "usr/lib/stuff"},
{"type": "shared_lib", "platform": "msvc", "file": "usr/bin/stuff"},
- {"type": "pdb", "file": "usr/bin/stuff"},
+ {"type": "pdb", "file": "usr/bin/stuff", "language": "c"},
{"type": "file", "platform": "msvc", "file": "usr/lib/stuff.lib"}
]
}