libstdc++: Fix typo in std::stack test
libstdc++-v3/ChangeLog: * testsuite/23_containers/stack/deduction.cc: Fix typo.
This commit is contained in:
parent
7883a7f07c
commit
d27febaf00
@ -98,6 +98,6 @@ test03()
|
||||
check_type<std::stack<long>>(s1);
|
||||
|
||||
std::stack s2(l.begin(), l.end(), std::allocator<long>());
|
||||
check_type<std::stack<long>>(s1);
|
||||
check_type<std::stack<long>>(s2);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user