mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 06:35:35 -05:00
Fix RWC test case sensitivity (#24012)
* Fix RWC test case sensitivity * Fix lint
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user