From b64793999546ed8adebaeebd9d8345d18db8927d Mon Sep 17 00:00:00 2001 From: patrick Date: Mon, 3 Aug 2020 15:06:44 +0000 Subject: Remove LLVM 8.0.1 files. --- gnu/llvm/utils/lit/tests/xunit-output.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 gnu/llvm/utils/lit/tests/xunit-output.py (limited to 'gnu/llvm/utils/lit/tests/xunit-output.py') diff --git a/gnu/llvm/utils/lit/tests/xunit-output.py b/gnu/llvm/utils/lit/tests/xunit-output.py deleted file mode 100644 index 930768e61da..00000000000 --- a/gnu/llvm/utils/lit/tests/xunit-output.py +++ /dev/null @@ -1,16 +0,0 @@ -# REQUIRES: shell - -# Check xunit output -# RUN: rm -rf %t.xunit.xml -# RUN: not %{lit} --xunit-xml-output %t.xunit.xml %{inputs}/xunit-output -# If xmllint is installed verify that the generated xml is well-formed -# RUN: sh -c 'if command -v xmllint 2>/dev/null; then xmllint --noout %t.xunit.xml; fi' -# RUN: FileCheck < %t.xunit.xml %s - -# CHECK: -# CHECK: -# CHECK: -# CHECK: -# CHECK-NEXT: ]]]]> &"]]> -# CHECK: -# CHECK: -- cgit v1.2.3-59-g8ed1b