diff options
| -rw-r--r-- | llvm/unittests/Support/TypeTraitsTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/TypeTraitsTest.cpp b/llvm/unittests/Support/TypeTraitsTest.cpp index 2f7340dd92f..7a3ce537e17 100644 --- a/llvm/unittests/Support/TypeTraitsTest.cpp +++ b/llvm/unittests/Support/TypeTraitsTest.cpp @@ -35,7 +35,7 @@ void TrivialityTester() { IsTriviallyMoveConstructible, "Mismatch in expected trivial move construction!"); #endif -}; +} template void TrivialityTester<int, true, true>(); template void TrivialityTester<void *, true, true>(); |

