Browse Source

* add real mandelbrot test output for n=200

git-svn-id: trunk@11815 -
Vincent Snijders 17 years ago
parent
commit
70bbdb52ee
2 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitattributes
  2. BIN
      tests/bench/shootout/io/mandelbrot-output.txt

+ 1 - 1
.gitattributes

@@ -6278,7 +6278,7 @@ tests/bench/shootout/README.txt svneol=native#text/plain
 tests/bench/shootout/fpascal2.diff svneol=native#text/plain
 tests/bench/shootout/io/binarytrees-output.txt svneol=native#text/plain
 tests/bench/shootout/io/knucleotide-output.txt svneol=native#text/plain
-tests/bench/shootout/io/mandelbrot-200.pbm -text svneol=unset#image/x-portable-bitmap
+tests/bench/shootout/io/mandelbrot-output.txt -text svneol=unset#image/x-portable-bitmap
 tests/bench/shootout/io/moments.in -text
 tests/bench/shootout/io/moments.out -text
 tests/bench/shootout/io/recursive-output.txt svneol=native#text/plain

BIN
tests/bench/shootout/io/mandelbrot-200.pbm → tests/bench/shootout/io/mandelbrot-output.txt