summaryrefslogtreecommitdiff
path: root/tests/scripts/options/shuffle
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/options/shuffle')
-rw-r--r--tests/scripts/options/shuffle2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/options/shuffle b/tests/scripts/options/shuffle
index 5661683c..c19128f7 100644
--- a/tests/scripts/options/shuffle
+++ b/tests/scripts/options/shuffle
@@ -92,7 +92,7 @@ all: a_ b_ ; @echo $@
a_: b_
b_: a_
',
- '--shuffle=reverse', "#MAKE#: Circular a_ <- b_ dependency dropped.\na_\nb_\nall");
+ '--shuffle=reverse', "#MAKE#: circular a_ <- b_ dependency dropped\na_\nb_\nall");
# Check if order-only dependencies get reordered.
run_make_test('