Skip to content

Commit bf7ef28

Browse files
committed
Add missing newlines in two test files
1 parent 7b1a98f commit bf7ef28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_cont_alloc.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ int main(int, char**) {
6464
#endif
6565

6666
return 0;
67-
}
67+
}

libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp_container.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ int main(int, char**) {
5151
#endif
5252

5353
return 0;
54-
}
54+
}

0 commit comments

Comments
 (0)