Skip to content

Commit

Permalink
fix import paths in test;
Browse files Browse the repository at this point in the history
  • Loading branch information
NateSeymour committed Nov 7, 2024
1 parent d2ea9fe commit 5e1c49f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/main.test.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <gtest/gtest.h>
#include "Compiler.h"
#include "compiler/Compiler.h"

int main(int argc, char **argv)
{
Expand Down
1 change: 0 additions & 1 deletion test/unlogic.test.cpp
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#include <gtest/gtest.h>
#include "Compiler.h"

0 comments on commit 5e1c49f

Please sign in to comment.