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(); }
}
}

View File

@@ -41,7 +41,7 @@ TEST_CASE("t40001", "[test-case][package]")
REQUIRE_THAT(puml, IsFile("t40001_include1.h"));
REQUIRE_THAT(puml, IsFile("string"));
REQUIRE_THAT(puml, IsFile("clang/Lex/Lexer.h"));
REQUIRE_THAT(puml, IsFile("yaml-cpp/yaml.h"));
REQUIRE_THAT(puml, IsAssociation(_A("t40001.cc"), _A("t40001_include1.h")));
REQUIRE_THAT(puml, IsAssociation(_A("t40001_include1.h"), _A("lib1.h")));