commit | 9ac995bc84d396ed5a748b591a01ae0c43f4dbb3 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Thu Jan 10 19:46:57 2013 -0800 |
committer | Ian Rogers <irogers@google.com> | Thu Jan 10 19:57:48 2013 -0800 |
tree | 3aa415b31f8a39fa8dc79a23b0283ac29a03412d | |
parent | 0ab2080369f080c9fd7bd975bbece6d0b82e3b6b [diff] [blame] |
Move Fibonacci to run-test. Change-Id: I52bc4e68f59da9d327d373a7cb81f5b960f5416e
diff --git a/test/101-fibonacci/expected.txt b/test/101-fibonacci/expected.txt new file mode 100644 index 0000000..dcc3617 --- /dev/null +++ b/test/101-fibonacci/expected.txt
@@ -0,0 +1,2 @@ +fibonacci(10)=55 +fibonacci(11)=89