Skip to content

Commit 72a5b79

Browse files
committed
test
1 parent 831fcb5 commit 72a5b79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/test/std/containers/container.adaptors/flat.map/flat.map.access/at_transparent.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ constexpr bool test() {
121121
M m{{"alpha", 1}, {"beta", 2}, {"epsilon", 1}, {"eta", 3}, {"gamma", 3}};
122122
int& x = m.at("alpha");
123123
assert(x == 1);
124+
124125
}
125126

126127
return true;

0 commit comments

Comments
 (0)