summaryrefslogtreecommitdiffstats
path: root/test/std/containers/unord/unord.multimap
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2016-06-30 22:05:45 +0000
committerMarshall Clow <mclow.lists@gmail.com>2016-06-30 22:05:45 +0000
commit1a93312404841a91c62e27819daf0479d82246ea (patch)
tree1e17406ef428e4fd79b23ad5770148f4aa3141be /test/std/containers/unord/unord.multimap
parent3efb2c901e9cdf0c53de0ba62c547f413eb58947 (diff)
downloadexternal_libcxx-1a93312404841a91c62e27819daf0479d82246ea.tar.gz
external_libcxx-1a93312404841a91c62e27819daf0479d82246ea.tar.bz2
external_libcxx-1a93312404841a91c62e27819daf0479d82246ea.zip
Fix static assert problem on gcc; remove XFAILs that I put in in r274250
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@274285 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/std/containers/unord/unord.multimap')
-rw-r--r--test/std/containers/unord/unord.multimap/incomplete.pass.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/std/containers/unord/unord.multimap/incomplete.pass.cpp b/test/std/containers/unord/unord.multimap/incomplete.pass.cpp
index 65940de5e..7822224e7 100644
--- a/test/std/containers/unord/unord.multimap/incomplete.pass.cpp
+++ b/test/std/containers/unord/unord.multimap/incomplete.pass.cpp
@@ -13,8 +13,6 @@
// Check that std::unordered_multimap and it's iterators can be instantiated with an incomplete
// type.
-// XFAIL: gcc
-
#include <unordered_map>
template <class Tp>