We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbd10f commit c0d52fdCopy full SHA for c0d52fd
tools/swift-ide-test/swift-ide-test.cpp
@@ -1476,7 +1476,7 @@ static int doInputCompletenessTest(StringRef SourceFilename) {
1476
llvm::raw_ostream &OS = llvm::outs();
1477
OS << SourceFilename << ": ";
1478
if (isSourceInputComplete(std::move(FileBufOrErr.get()),
1479
- SourceFileKind::Main).IsComplete) {
+ SourceFileKind::REPL).IsComplete) {
1480
OS << "IS_COMPLETE\n";
1481
} else {
1482
OS << "IS_INCOMPLETE\n";
0 commit comments