mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Fix RWC test case sensitivity (#24012)
* Fix RWC test case sensitivity * Fix lint
This commit is contained in:
parent
da413d6fef
commit
58c7d7c236
@ -126,7 +126,7 @@ namespace RWC {
|
||||
compilerResult = Harness.Compiler.compileFiles(
|
||||
inputFiles,
|
||||
otherFiles,
|
||||
/* harnessOptions */ undefined,
|
||||
{ useCaseSensitiveFileNames: "" + (ioLog.useCaseSensitiveFileNames || false) },
|
||||
opts.options,
|
||||
// Since each RWC json file specifies its current directory in its json file, we need
|
||||
// to pass this information in explicitly instead of acquiring it from the process.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user