Skip to content

Commit fac33ec

Browse files
Fix format issue in map.cons/deduct.verify.cpp
1 parent 36a1446 commit fac33ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/test/std/containers/associative/map/map.cons/deduct.verify.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,5 @@ int main(int, char**) {
115115
std::map m(arr);
116116
// expected-error-re@-1{{no viable constructor or deduction guide for deduction of template arguments of '{{(std::)?}}map'}}
117117
}
118-
119118
return 0;
120119
}

0 commit comments

Comments
 (0)