Przeglądaj źródła

adjust to: omit flags other than "deleted" when expunging target.

Oswald Buddenhagen 19 lat temu
rodzic
commit
8b6ac97fe4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/run-tests.pl

+ 1 - 1
src/run-tests.pl

@@ -53,7 +53,7 @@ my @X03 = (
  [ 10,
    1, 1, "F", 2, 2, "F", 3, 3, "FS", 4, 4, "", 9, 10, "", 10, 9, "" ],
  [ 9, 0, 9,
-   1, 1, "F", 2, 2, "F", 3, 3, "FS", 4, 4, "", 5, 5, "T", 6, 0, "", 7, 7, "FT", 10, 9, "", 9, 10, "" ],
+   1, 1, "F", 2, 2, "F", 3, 3, "FS", 4, 4, "", 5, 5, "T", 6, 0, "", 7, 7, "T", 10, 9, "", 9, 10, "" ],
 );
 test(\@x01, \@X03);