We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bfbdad commit 85d7b3cCopy full SHA for 85d7b3c
mk/tests.mk
@@ -285,7 +285,7 @@ CFAIL_RC := $(wildcard $(S)src/test/compile-fail/*.rc)
285
CFAIL_RS := $(wildcard $(S)src/test/compile-fail/*.rs)
286
BENCH_RS := $(wildcard $(S)src/test/bench/*.rs)
287
PRETTY_RS := $(wildcard $(S)src/test/pretty/*.rs)
288
-DEBUGINFO_RS := $(wildcard $(S)src/test/pretty/*.rs)
+DEBUGINFO_RS := $(wildcard $(S)src/test/debug-info/*.rs)
289
290
# perf tests are the same as bench tests only they run under
291
# a performance monitor.
0 commit comments