================ @@ -1122,16 +1122,17 @@ ort \ )"; ASSERT_FALSE( minimizeSourceToDependencyDirectives(Source, Out, Tokens, Directives)); - EXPECT_STREQ("#include \"textual-header.h\"\nexport module m;" + EXPECT_STREQ("module;#include \"textual-header.h\"\nexport module m;" ---------------- Bigcheese wrote:
This needs a `\n` after the `module;` so that `#include` starts on a new line. https://github.com/llvm/llvm-project/pull/148685 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits