Skip to content

Commit ea026b8

Browse files
committed
Fix invalid path in generate-deriving-span-tests.py.
This script broke after #53196 after the tests were moved.
1 parent f32f111 commit ea026b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/etc/generate-deriving-span-tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import sys, os, datetime, stat, re
2222

2323
TEST_DIR = os.path.abspath(
24-
os.path.join(os.path.dirname(__file__), '../test/compile-fail'))
24+
os.path.join(os.path.dirname(__file__), '../test/ui/derives/'))
2525

2626
YEAR = datetime.datetime.now().year
2727

0 commit comments

Comments
 (0)