Skip to content

Commit 51b3e5e

Browse files
Copilotjakebailey
andcommitted
Update failing test list after getAdjustedLocation fix
Co-authored-by: jakebailey <[email protected]>
1 parent 9e3e34a commit 51b3e5e

File tree

3 files changed

+527
-2
lines changed

3 files changed

+527
-2
lines changed

internal/fourslash/_scripts/failingTests.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,6 @@ TestQuickinfoForNamespaceMergeWithClassConstrainedToSelf
534534
TestQuickinfoForUnionProperty
535535
TestQuickinfoWrongComment
536536
TestRecursiveInternalModuleImport
537-
TestReferencesForStatementKeywords
538537
TestReferencesInEmptyFile
539538
TestRegexDetection
540539
TestRenameForAliasingExport02

internal/fourslash/tests/gen/referencesForStatementKeywords_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
func TestReferencesForStatementKeywords(t *testing.T) {
1111
t.Parallel()
12-
t.Skip()
12+
1313
defer testutil.RecoverAndFail(t, "Panic on fourslash test")
1414
const content = `// @filename: /main.ts
1515
// import ... = ...

0 commit comments

Comments
 (0)