Format and simplify intergration test (#245)

This commit is contained in:
ykiko
2025-09-07 23:27:39 +08:00
committed by GitHub
parent 5e273415ee
commit 3cc3bae441
89 changed files with 479 additions and 452 deletions

View File

@@ -57,7 +57,7 @@ suite<"Module"> module = [] {
/// Simple case.
const char* content = R"(
export module A;
import B;
import B;
)";
auto info = scan(content);
expect(that % info.isInterfaceUnit == true);
@@ -101,7 +101,7 @@ import B;
content = R"(
module A;
import B;
import B;
import C;
)";
info = scan(content);