Skip to content

Commit 8072793

Browse files
committed
[Test] Added header guard.
1 parent 1470023 commit 8072793

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/swift/SIL/Test.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@
9393
//
9494
//===----------------------------------------------------------------------===//
9595

96+
#ifndef SWIFT_SIL_TEST_H
97+
#define SWIFT_SIL_TEST_H
98+
9699
#include "swift/SIL/ParseTestSpecification.h"
97100
#include "llvm/ADT/STLFunctionalExtras.h"
98101

@@ -282,3 +285,5 @@ Analysis *FunctionTest::getAnalysis() {
282285
}
283286
} // namespace test
284287
} // namespace swift
288+
289+
#endif

0 commit comments

Comments
 (0)