summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/tsort/Test.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsort/Test.pm b/tests/tsort/Test.pm
index 653da66ca..e066843a2 100755
--- a/tests/tsort/Test.pm
+++ b/tests/tsort/Test.pm
@@ -6,7 +6,7 @@ use strict;
my @tv = (
#test options input expected-output expected-return-code
#
-["cycle-1", '', "t x\nt s\ns t\n", "FIXME", 0],
+["cycle-1", '', "t b\nt s\ns t\n", "FIXME", 0],
);