mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
swift-ide-test: input complete test is for REPL.
This commit is contained in:
@@ -1476,7 +1476,7 @@ static int doInputCompletenessTest(StringRef SourceFilename) {
|
||||
llvm::raw_ostream &OS = llvm::outs();
|
||||
OS << SourceFilename << ": ";
|
||||
if (isSourceInputComplete(std::move(FileBufOrErr.get()),
|
||||
SourceFileKind::Main).IsComplete) {
|
||||
SourceFileKind::REPL).IsComplete) {
|
||||
OS << "IS_COMPLETE\n";
|
||||
} else {
|
||||
OS << "IS_INCOMPLETE\n";
|
||||
|
||||
Reference in New Issue
Block a user