Skip to content

Commit b8370d6

Browse files
committed
[nfc] Use ^stdlib not stdlib for lit regex filter.
Otherwise this will pick up non-stdlib tests such as interop tests. Thesedon't work in the toolchain config because the test might rely on a recent fix to the compiler.
1 parent 823fa99 commit b8370d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-presets.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,7 @@ native-llvm-tools-path=%(toolchain_path)s
24002400
native-clang-tools-path=%(toolchain_path)s
24012401

24022402
build-ninja
2403-
lit-args=--filter=stdlib/ -v
2403+
lit-args=--filter=':: stdlib/' -v
24042404
only-executable-test
24052405

24062406
[preset: stdlib_RD_standalone,build]

0 commit comments

Comments
 (0)