[llvm] [lit] Add JSON diffing support to lit (PR #177513)
Henrik G. Olsson via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 6 20:04:25 PST 2026
================
@@ -0,0 +1,2 @@
+# Test that different JSON files are detected
+# RUN: not json-diff %S/different-expected.json %S/different-actual.json
----------------
hnrklssn wrote:
With files this small I would personally inline them with `split-file` to make it more manageable keeping track of all the context.
https://github.com/llvm/llvm-project/pull/177513
More information about the llvm-commits
mailing list