Skip to content

Commit de4102e

Browse files
committed
Use regex test instead
1 parent 0ff4e7a commit de4102e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ clang-cl-dll)
704704
${NINJA} -vC "${BUILD_DIR}" cxx-test-depends
705705

706706
step "Running tests"
707-
./libcxx/utils/libcxx-lit "${BUILD_DIR}" --show-all libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp
707+
./libcxx/utils/libcxx-lit "${BUILD_DIR}" --show-all libcxx/test/std/re/re.traits/getloc.pass.cpp
708708
;;
709709
clang-cl-static)
710710
clean

0 commit comments

Comments
 (0)