Skip to content

Commit 5c2ba01

Browse files
committed
Update baseline source location
1 parent 6fbd79b commit 5c2ba01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/baselines/reference/jsdocStringLiteral.symbols

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== tests/cases/compiler/in.js ===
1+
=== tests/cases/conformance/jsdoc/in.js ===
22
/**
33
* @param {'literal'} p1
44
* @param {"literal"} p2

tests/baselines/reference/jsdocStringLiteral.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== tests/cases/compiler/in.js ===
1+
=== tests/cases/conformance/jsdoc/in.js ===
22
/**
33
* @param {'literal'} p1
44
* @param {"literal"} p2

0 commit comments

Comments
 (0)