Fixed t40001 test case on archlinux

This commit is contained in:
Bartek Kryza
2022-09-13 18:47:42 +02:00
parent c07809147d
commit 0d5091418e
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
#include "lib1/lib1.h"
#include <clang/Lex/Lexer.h>
#include <yaml-cpp/yaml.h>
#include <string>
@@ -10,4 +10,4 @@ namespace clanguml::t40001 {
int foo() { return lib1::foo2(); }
}
}