Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / utils / lit / tests / test-data.py
blob628a319dd4f52f0a0886035ff6c97997678ad82f
1 # Test features related to formats which support reporting additional test data.
3 # RUN: %{lit} -v %{inputs}/test-data > %t.out
4 # RUN: FileCheck < %t.out %s
6 # CHECK: -- Testing:
8 # CHECK: PASS: test-data :: metrics.ini
9 # CHECK-NEXT: *** TEST 'test-data :: metrics.ini' RESULTS ***
10 # CHECK-NEXT: value0: 1
11 # CHECK-NEXT: value1: 2.3456
12 # CHECK-NEXT: ***