diff options
author | Reid Kleckner <rnk@google.com> | 2018-04-25 17:30:00 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2018-04-25 17:30:00 +0000 |
commit | 1ca666886f48401e603404e8c932028edcab05a8 (patch) | |
tree | bdac04af50201ef9caf36983239e313811492c33 /llvm/utils/lit/tests/shtest-format.py | |
parent | b180eebed4239e45822b6d20f97241583bdc054b (diff) | |
download | bcm5719-llvm-1ca666886f48401e603404e8c932028edcab05a8.tar.gz bcm5719-llvm-1ca666886f48401e603404e8c932028edcab05a8.zip |
Revert r330755 "[lit] Report line number for failed RUN command"
It is causing many tests to fail on Windows buildbots:
http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/10211
llvm-svn: 330848
Diffstat (limited to 'llvm/utils/lit/tests/shtest-format.py')
-rw-r--r-- | llvm/utils/lit/tests/shtest-format.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/lit/tests/shtest-format.py b/llvm/utils/lit/tests/shtest-format.py index 33ed2fe44d6..94d74e3a920 100644 --- a/llvm/utils/lit/tests/shtest-format.py +++ b/llvm/utils/lit/tests/shtest-format.py @@ -39,7 +39,6 @@ # # CHECK: Command Output (stdout): # CHECK-NEXT: -- -# CHECK-NEXT: $ ":" "RUN: at line 1" # CHECK-NEXT: $ "printf" # CHECK-NEXT: # command output: # CHECK-NEXT: line 1: failed test output on stdout |