summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/selecting.py
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/lit/tests/selecting.py')
-rw-r--r--llvm/utils/lit/tests/selecting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/lit/tests/selecting.py b/llvm/utils/lit/tests/selecting.py
index 25ac299d865..0d6fa938e4a 100644
--- a/llvm/utils/lit/tests/selecting.py
+++ b/llvm/utils/lit/tests/selecting.py
@@ -87,7 +87,7 @@
#
# RUN: not %{lit} --num-shards 0 --run-shard 2 %{inputs}/discovery >%t.out 2>%t.err
# RUN: FileCheck --check-prefix=CHECK-SHARD-ERR < %t.err %s
-# CHECK-SHARD-ERR: error: --num-shards must be positive
+# CHECK-SHARD-ERR: error: argument --num-shards: requires positive integer, but found '0'
#
# RUN: not %{lit} --num-shards 3 --run-shard 4 %{inputs}/discovery >%t.out 2>%t.err
# RUN: FileCheck --check-prefix=CHECK-SHARD-ERR2 < %t.err %s
OpenPOWER on IntegriCloud