Skip to content
Snippets Groups Projects
Commit d6298879 authored by William Fledelius's avatar William Fledelius
Browse files

Fix vector issue on windows

parent f9461e3b
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
#include <iostream>
#include <ostream>
#include <stdexcept>
#include <vector>
enum DIRECTION {FORWARD, UP, DOWN, LEFT, RIGHT};
enum ABSOLUTE_DIRECTION {NORTH, EAST, SOUTH, WEST, ABS_UP, ABS_DOWN};
......
......@@ -5,5 +5,5 @@
#include "gtest/gtest.h"
TEST(basic_check, test_eq) {
EXPECT_EQ(1,0);ˇ
EXPECT_EQ(1,0);
}
\ No newline at end of file
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