Skip to content

Commit 58c7d7c

Browse files
authored
Fix RWC test case sensitivity (microsoft#24012)
* Fix RWC test case sensitivity * Fix lint
1 parent da413d6 commit 58c7d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/harness/rwcRunner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ namespace RWC {
126126
compilerResult = Harness.Compiler.compileFiles(
127127
inputFiles,
128128
otherFiles,
129-
/* harnessOptions */ undefined,
129+
{ useCaseSensitiveFileNames: "" + (ioLog.useCaseSensitiveFileNames || false) },
130130
opts.options,
131131
// Since each RWC json file specifies its current directory in its json file, we need
132132
// to pass this information in explicitly instead of acquiring it from the process.

0 commit comments

Comments
 (0)