From 0d5091418e9452da6f9006321706f8fda151e478 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Tue, 13 Sep 2022 18:47:42 +0200 Subject: [PATCH] Fixed t40001 test case on archlinux --- tests/t40001/include/t40001_include1.h | 4 ++-- tests/t40001/test_case.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/t40001/include/t40001_include1.h b/tests/t40001/include/t40001_include1.h index a4872688..20ad774c 100644 --- a/tests/t40001/include/t40001_include1.h +++ b/tests/t40001/include/t40001_include1.h @@ -2,7 +2,7 @@ #include "lib1/lib1.h" -#include +#include #include @@ -10,4 +10,4 @@ namespace clanguml::t40001 { int foo() { return lib1::foo2(); } -} \ No newline at end of file +} diff --git a/tests/t40001/test_case.h b/tests/t40001/test_case.h index 51589942..31240a19 100644 --- a/tests/t40001/test_case.h +++ b/tests/t40001/test_case.h @@ -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")));