Skip to content

Commit 85d7b3c

Browse files
committed
mk: Typo
1 parent 6bfbdad commit 85d7b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ CFAIL_RC := $(wildcard $(S)src/test/compile-fail/*.rc)
285285
CFAIL_RS := $(wildcard $(S)src/test/compile-fail/*.rs)
286286
BENCH_RS := $(wildcard $(S)src/test/bench/*.rs)
287287
PRETTY_RS := $(wildcard $(S)src/test/pretty/*.rs)
288-
DEBUGINFO_RS := $(wildcard $(S)src/test/pretty/*.rs)
288+
DEBUGINFO_RS := $(wildcard $(S)src/test/debug-info/*.rs)
289289

290290
# perf tests are the same as bench tests only they run under
291291
# a performance monitor.

0 commit comments

Comments
 (0)