diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2013-03-25 20:46:07 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2013-03-25 20:46:07 +0000 |
| commit | b14037be8939488d00c6a7ec77c4360734718e69 (patch) | |
| tree | 1126398ed3037ff2d8eb7d8571eea2c42bb3e3c6 /libcxx/test/containers/sequences/vector/db_cfront.pass.cpp | |
| parent | 6f7237d1f19725716e896cdb73f992d8c7d5d3f6 (diff) | |
| download | bcm5719-llvm-b14037be8939488d00c6a7ec77c4360734718e69.tar.gz bcm5719-llvm-b14037be8939488d00c6a7ec77c4360734718e69.zip | |
Remove some erroneous code I was using to debug debug mode.
llvm-svn: 177908
Diffstat (limited to 'libcxx/test/containers/sequences/vector/db_cfront.pass.cpp')
| -rw-r--r-- | libcxx/test/containers/sequences/vector/db_cfront.pass.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/test/containers/sequences/vector/db_cfront.pass.cpp b/libcxx/test/containers/sequences/vector/db_cfront.pass.cpp index b924010e456..162760baa35 100644 --- a/libcxx/test/containers/sequences/vector/db_cfront.pass.cpp +++ b/libcxx/test/containers/sequences/vector/db_cfront.pass.cpp @@ -13,8 +13,6 @@ #if _LIBCPP_DEBUG2 >= 1 -struct X {}; - #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate()) #include <vector> |

