From cef33d74c5dc6a16c44e757d5cdf1a9439c53b81 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 16 Aug 2017 23:06:34 +0200 Subject: [PATCH] Fixed clang test build --- test/gtc/gtc_type_aligned.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/gtc/gtc_type_aligned.cpp b/test/gtc/gtc_type_aligned.cpp index 79fdc9bd..4c7b482d 100644 --- a/test/gtc/gtc_type_aligned.cpp +++ b/test/gtc/gtc_type_aligned.cpp @@ -142,6 +142,7 @@ int main() std::size_t C1 = sizeof(glm::aligned_vec4); Error += test_ctor(); + Error += test_copy(); return Error; }