Skip to content

Commit 45c8fd3

Browse files
committed
oops, forgot to git-add the actual test
1 parent 7f54df2 commit 45c8fd3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# RUN: env GTEST_TOTAL_SHARDS=1 GTEST_SHARD_INDEX=0 \
2+
# RUN: %{lit} -v --order=random --no-gtest-sharding %{inputs}/googletest-prefix --show-tests > %t.out
3+
# FIXME: Temporarily dump test output so we can debug failing tests on
4+
# buildbots.
5+
# RUN: cat %t.out
6+
# RUN: FileCheck < %t.out %s
7+
#
8+
# END.
9+
10+
# CHECK: -- Available Tests --
11+
# CHECK-NEXT: googletest-format :: DummySubDir/test_one.py

0 commit comments

Comments
 (0)