]> granicus.if.org Git - llvm/commitdiff
[lit][NFC] Cleanup copy&paste naming mistake
authorJulian Lettner <jlettner@apple.com>
Fri, 15 Feb 2019 02:44:52 +0000 (02:44 +0000)
committerJulian Lettner <jlettner@apple.com>
Fri, 15 Feb 2019 02:44:52 +0000 (02:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354095 91177308-0d34-0410-b5e6-96231b3b80d8

utils/lit/tests/Inputs/progress-bar/lit.cfg
utils/lit/tests/progress-bar.py

index 7f31129ad114bfcc944ef29747a7e4e719e0c587..17488a26e4f132eac502581773ea5616e1d3dbd6 100644 (file)
@@ -1,5 +1,5 @@
 import lit.formats
-config.name = 'shtest-shell'
+config.name = 'progress-bar'
 config.suffixes = ['.txt']
 config.test_format = lit.formats.ShTest()
 config.test_source_root = None
index d0467485082af2cabfbd42b1af069539e1d08dd8..e9429d907cac813825a27e429f7d731755d48878 100644 (file)
@@ -4,10 +4,10 @@
 # RUN: FileCheck < %t.out %s
 #
 # CHECK: Testing: 0 .. 10.. 20
-# CHECK: FAIL: shtest-shell :: test-1.txt (1 of 4)
+# CHECK: FAIL: progress-bar :: test-1.txt (1 of 4)
 # CHECK: Testing: 0 .. 10.. 20.. 30.. 40.. 
-# CHECK: FAIL: shtest-shell :: test-2.txt (2 of 4)
+# CHECK: FAIL: progress-bar :: test-2.txt (2 of 4)
 # CHECK: Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
-# CHECK: FAIL: shtest-shell :: test-3.txt (3 of 4)
+# CHECK: FAIL: progress-bar :: test-3.txt (3 of 4)
 # CHECK: Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
-# CHECK: FAIL: shtest-shell :: test-4.txt (4 of 4)
+# CHECK: FAIL: progress-bar :: test-4.txt (4 of 4)