Skip to content

Commit 9ffdacf

Browse files
committed
make them all the same
1 parent 971863e commit 9ffdacf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/utils/lit/tests/xunit-output.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# RUN: FileCheck < %t.xunit.xml %s
99

1010
# CHECK: <?xml version="1.0" encoding="UTF-8"?>
11-
# CHECK-NEXT: <testsuites time="{{[0-9.]+}}">
12-
# CHECK-NEXT: <testsuite name="test-data" tests="5" failures="1" skipped="3" time="{{[0-9.]+}}">
11+
# CHECK-NEXT: <testsuites time="{{[0-9]+\.[0-9]+}}">
12+
# CHECK-NEXT: <testsuite name="test-data" tests="5" failures="1" skipped="3" time="{{[0-9]+\.[0-9]+}}">
1313
# CHECK-NEXT: <testcase classname="test-data.test-data" name="bad&amp;name.ini" time="{{[0-9]+\.[0-9]+}}">
1414
# CHECK-NEXT: <failure><![CDATA[& < > ]]]]><![CDATA[> &"]]></failure>
1515
# CHECK-NEXT: </testcase>

0 commit comments

Comments
 (0)