We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da413d6 commit 58c7d7cCopy full SHA for 58c7d7c
src/harness/rwcRunner.ts
@@ -126,7 +126,7 @@ namespace RWC {
126
compilerResult = Harness.Compiler.compileFiles(
127
inputFiles,
128
otherFiles,
129
- /* harnessOptions */ undefined,
+ { useCaseSensitiveFileNames: "" + (ioLog.useCaseSensitiveFileNames || false) },
130
opts.options,
131
// Since each RWC json file specifies its current directory in its json file, we need
132
// to pass this information in explicitly instead of acquiring it from the process.
0 commit comments