Fixed typos

This commit is contained in:
Dreaded_X 2019-12-19 02:42:56 +01:00
parent 4718a1827a
commit 913976015a
3 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,6 @@ test:
- logging - logging
- test_framework - test_framework
fmt: fmt:
type: lib type: lib
git: git:
@ -31,4 +30,4 @@ test_framework:
url: https://git.mtgames.nl/Dreaded_X/test_framework url: https://git.mtgames.nl/Dreaded_X/test_framework
revision: master revision: master
dependency: dependency:
- logger - logging

BIN
test.bin Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
#include "io.h" #include "io.h"
#include "test_franework.h" #include "test_framework.h"
#include <vector> #include <vector>
#include <array> #include <array>