forked from OSchip/llvm-project
Remove extra semicolon (fixes -Wpedantic warning). NFCI.
llvm-svn: 339549
This commit is contained in:
parent
ff2dd9095f
commit
6679121556
|
@ -35,7 +35,7 @@ void TrivialityTester() {
|
||||||
IsTriviallyMoveConstructible,
|
IsTriviallyMoveConstructible,
|
||||||
"Mismatch in expected trivial move construction!");
|
"Mismatch in expected trivial move construction!");
|
||||||
#endif
|
#endif
|
||||||
};
|
}
|
||||||
|
|
||||||
template void TrivialityTester<int, true, true>();
|
template void TrivialityTester<int, true, true>();
|
||||||
template void TrivialityTester<void *, true, true>();
|
template void TrivialityTester<void *, true, true>();
|
||||||
|
|
Loading…
Reference in New Issue