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

@@ -691,9 +691,9 @@ void test() {
test("DeclContextIsLexical") = [&] {
llvm::StringRef code = R"cpp(
namespace a {
void f$oo();
}
namespace a {
void f$oo();
}
void a::foo() { }
)cpp";
@@ -704,9 +704,9 @@ void a::foo() { }
});
code = R"cpp(
namespace a {
void foo();
}
namespace a {
void foo();
}
void a::f$oo() { }
)cpp";