Add Format.h to swift-syntax-parser-test

Something happened so that's not being transitively included. Adding it
in explicitly.
This commit is contained in:
Evan Wilde
2021-06-25 15:57:08 -07:00
parent e29e1f4e66
commit 29509d16ed

View File

@@ -18,9 +18,10 @@
#include "swift/Basic/LLVM.h"
#include "swift/Basic/LLVMInitialize.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Timer.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/Timer.h"
using namespace swift;
using namespace llvm;