Browse Source

test now passes

master
Nathan R 3 years ago
parent
commit
0127f27442
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      tests-std/test51.out

+ 9
- 0
tests-std/test51.out View File

@ -0,0 +1,9 @@
main() {
if (nerror) cleanup();
else if (argc < 1) faterror("no input file%s", cmdusage);
else for (; 0 < argc; cleanup(), ++argv, --argc) {
targetdelta = 0;
ffree();
}
}

Loading…
Cancel
Save