diff options
Diffstat (limited to 'llvm/test/tools/llvm-cov/Inputs/universal-binary.json')
-rw-r--r-- | llvm/test/tools/llvm-cov/Inputs/universal-binary.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/universal-binary.json b/llvm/test/tools/llvm-cov/Inputs/universal-binary.json index edf09f374f7..ec32adbe2a5 100644 --- a/llvm/test/tools/llvm-cov/Inputs/universal-binary.json +++ b/llvm/test/tools/llvm-cov/Inputs/universal-binary.json @@ -1,5 +1,5 @@ // Metadata section -// CHECK: {"version":"1.0.0","type":"llvm.coverage.json.export","data":[ +// CHECK: {"version":"1.1.0","type":"llvm.coverage.json.export","data":[ // Open Export // CHECK-SAME: {"object":"{{[^"]+}}","files":[ @@ -12,7 +12,7 @@ // Verify the Summary Section for the first file // CHECK-SAME: "summary":{ -// CHECK-SAME: "lines":{"count":1,"covered":1,"percent":100,"noncode":0}, +// CHECK-SAME: "lines":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "regions":{"count":1,"covered":1,"notcovered":0,"percent":100}} @@ -28,7 +28,7 @@ // Full Export Summary // CHECK-SAME: "totals":{ -// CHECK-SAME: "lines":{"count":1,"covered":1,"percent":100,"noncode":0}, +// CHECK-SAME: "lines":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "instantiations":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "regions":{"count":1,"covered":1,"notcovered":0,"percent":100} |