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.
1 parent 966ff77 commit 4688ec2Copy full SHA for 4688ec2
3 files changed
tests/issue3070/dub.json
@@ -0,0 +1,7 @@
1
+{
2
+ "name": "issue3070",
3
+ "description": "Test mixed path separators do not duplicate mainSourceFile",
4
+ "targetType": "executable",
5
+ "sourcePaths": ["src"],
6
+ "mainSourceFile": "src/main.d"
7
+}
tests/issue3070/src/main.d
@@ -0,0 +1 @@
+void main() {}
tests/run.d
+runDubTest("issue3070");
0 commit comments