Skip to content

Commit

Permalink
[test] remove di_header
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-jusiak committed Aug 4, 2015
1 parent ed46df7 commit d007561
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions test/pt/di_header.cpp

This file was deleted.

1 change: 0 additions & 1 deletion test/ut/aux_/type_traits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ test deref_types = [] {
static_expect(std::is_same<deref_type_t<std::weak_ptr<int>>, int>{});
};


test decay_types = [] {
auto test = [] (auto type) {
using T = decltype(type);
Expand Down

0 comments on commit d007561

Please sign in to comment.