mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
Move dmd files into compiler/
This commit is contained in:
parent
20bd0cacbd
commit
6374bb87b7
4579 changed files with 4 additions and 4 deletions
33
compiler/test/compilable/jsonNoOutFile.d
Normal file
33
compiler/test/compilable/jsonNoOutFile.d
Normal file
|
@ -0,0 +1,33 @@
|
|||
/*
|
||||
REQUIRED_ARGS: -Xi=compilerInfo
|
||||
PERMUTE_ARGS:
|
||||
OUTPUT_FILES: jsonNoOutFile_0.json
|
||||
TRANSFORM_OUTPUT: sanitize_json
|
||||
TEST_OUTPUT:
|
||||
---
|
||||
=== jsonNoOutFile_0.json
|
||||
{
|
||||
"compilerInfo": {
|
||||
"__VERSION__": 0,
|
||||
"architectures": [
|
||||
"VALUES_REMOVED_FOR_TEST"
|
||||
],
|
||||
"interface": "dmd",
|
||||
"platforms": [
|
||||
"VALUES_REMOVED_FOR_TEST"
|
||||
],
|
||||
"predefinedVersions": [
|
||||
"VALUES_REMOVED_FOR_TEST"
|
||||
],
|
||||
"size_t": 0,
|
||||
"supportedFeatures": {
|
||||
"includeImports": true
|
||||
},
|
||||
"vendor": "VALUE_REMOVED_FOR_TEST",
|
||||
"version": "VALUE_REMOVED_FOR_TEST"
|
||||
}
|
||||
}
|
||||
---
|
||||
*/
|
||||
|
||||
void main() {}
|
Loading…
Add table
Add a link
Reference in a new issue