aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-03-03 11:26:52 +0000
committerMark Haines <mark.haines@matrix.org>2015-03-03 11:50:17 +0000
commita0e9065f1f47d41c6f2bd692b5027695db79de25 (patch)
tree34d72ab682874fb94997ae5a72139c2a1b4b47d5 /tests
parent315caaba7e83eb6680a0407ea13e04b5f7739788 (diff)
Rename the ratchet source and include files from axolotl to ratchet
Diffstat (limited to 'tests')
-rw-r--r--tests/test_ratchet.cpp (renamed from tests/test_axolotl.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_axolotl.cpp b/tests/test_ratchet.cpp
index f268f2a..95391e3 100644
--- a/tests/test_axolotl.cpp
+++ b/tests/test_ratchet.cpp
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include "axolotl/axolotl.hh"
+#include "axolotl/ratchet.hh"
#include "unittest.hh"