From c06f4bff1f45c96185de81f1a29c9c5903623def Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sun, 11 Oct 2020 20:23:23 +0100 Subject: tests: py: correct order of set elements in test JSON output. Fixes: 741a06ac15d2 ("mergesort: find base value expression type via recursion") Signed-off-by: Jeremy Sowden Signed-off-by: Pablo Neira Ayuso --- tests/py/any/ct.t.json.output | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tests/py/any') diff --git a/tests/py/any/ct.t.json.output b/tests/py/any/ct.t.json.output index aced3817..70ade7e3 100644 --- a/tests/py/any/ct.t.json.output +++ b/tests/py/any/ct.t.json.output @@ -527,14 +527,14 @@ "set": [ { "concat": [ - "established", - 309876276 + "new", + 305419896 ] }, { "concat": [ - "new", - 305419896 + "established", + 309876276 ] }, { @@ -611,23 +611,23 @@ [ { "concat": [ - "established", - 2271560481 + "new", + 305419896 ] }, { - "accept": null + "drop": null } ], [ { "concat": [ - "new", - 305419896 + "established", + 2271560481 ] }, { - "drop": null + "accept": null } ] ] -- cgit v1.2.3