We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1c9412 + 55dac2e commit a78c009Copy full SHA for a78c009
integration/vscode/ada/test/suite/general/tasks.test.ts
@@ -140,7 +140,7 @@ suite('GPR Tasks Provider', function () {
140
// via project attributes
141
const expectedCmd = `gprbuild -P ${def.configuration.projectFile} ${
142
def.configuration.main ?? ''
143
- } -cargs -gnatef && obj/main1exec`;
+ } -cargs -gnatef && obj/main1exec${process.platform == 'win32' ? '.exe' : ''}`;
144
145
assert.strictEqual(actualCmd, expectedCmd);
146
});
0 commit comments