Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
llvm-svn: 289781
  • Loading branch information
EricWF committed Dec 15, 2016
1 parent f4d7c18 commit 7dfa626
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ int main()
static_assert((std::is_trivially_destructible<
std::pair<int, float> >::value), "");
static_assert((!std::is_trivially_destructible<
std::pair<int, std::string>::value), "");
std::pair<int, std::string> >::value), "");
}

0 comments on commit 7dfa626

Please sign in to comment.