Skip to content

Commit f084954

Browse files
committed
Fix formatting
1 parent a816d25 commit f084954

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

test/Interop/Cxx/templates/Inputs/non-type-parameter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ struct MagicArray {
88

99
typedef MagicArray<int, 2> MagicIntPair;
1010

11-
#endif // TEST_INTEROP_CXX_TEMPLATES_INPUTS_NON_TYPE_PARAMETER_H
11+
#endif // TEST_INTEROP_CXX_TEMPLATES_INPUTS_NON_TYPE_PARAMETER_H

test/Interop/Cxx/templates/Inputs/template-template-parameter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ struct TemplatedMagicWrapper {
2020

2121
typedef TemplatedMagicWrapper<MagicWrapper> TemplatedWrappedMagicInt;
2222
typedef MagicWrapper<IntWrapper> WrappedMagicInt;
23-
#endif // TEST_INTEROP_CXX_TEMPLATES_INPUTS_TEMPLATE_TEMPLATE_PARAMETER_H
23+
#endif // TEST_INTEROP_CXX_TEMPLATES_INPUTS_TEMPLATE_TEMPLATE_PARAMETER_H

test/Interop/Cxx/templates/Inputs/variadic-class-template.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ struct IntWrapper {
2727

2828
typedef Tuple<IntWrapper, IntWrapper> Pair;
2929

30-
#endif // TEST_INTEROP_CXX_TEMPLATES_INPUTS_VARIADIC_CLASS_TEMPLATE_H
30+
#endif // TEST_INTEROP_CXX_TEMPLATES_INPUTS_VARIADIC_CLASS_TEMPLATE_H

test/Interop/Cxx/templates/decl-with-definition-irgen.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// RUN: %target-swift-emit-ir %s -I %S/Inputs -enable-cxx-interop | %FileCheck %s
12
// REQUIRES: rdar67257133
23
import DeclWithDefinition
34

test/Interop/Cxx/templates/template-template-parameter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ TemplatesTestSuite.test("template-template-parameter") {
1414
expectEqual(templatedWrappedMagicInt.getValuePlusTwiceTheArg(10), 62)
1515
}
1616

17-
runAllTests()
17+
runAllTests()

0 commit comments

Comments
 (0)