Skip to content
Snippets Groups Projects
Commit b6461458 authored by Tomas Stupka's avatar Tomas Stupka
Browse files

[GR-2798] The vector length in tck quicksort snippet unnecessarily long.

PullRequest: fastr/1456
parents c232b229 2e8873e1
No related branches found
No related tags found
No related merge requests found
...@@ -31,5 +31,5 @@ Quicksort = function(n) { ...@@ -31,5 +31,5 @@ Quicksort = function(n) {
} }
function () { function () {
Quicksort(1000); Quicksort(10);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment