From 851942e235fe17869d7e7f2b3cc4d559f1e90e89 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 13 Mar 2022 13:32:44 -0400 Subject: tests: Use plain sort, not bfs_sort bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes. --- tests/test_data_flow_or_swap.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_data_flow_or_swap.out') diff --git a/tests/test_data_flow_or_swap.out b/tests/test_data_flow_or_swap.out index 1e72fd9..e604709 100644 --- a/tests/test_data_flow_or_swap.out +++ b/tests/test_data_flow_or_swap.out @@ -2,11 +2,11 @@ basic basic/c basic/e basic/g +basic/g/h basic/i basic/j basic/k -basic/l -basic/g/h basic/k/foo +basic/l basic/l/foo basic/l/foo/bar -- cgit v1.2.3