From 2102108b1a62c0e30f86e2ceada7d8be03603923 Mon Sep 17 00:00:00 2001 From: "Dr. Dystopia" Date: Fri, 16 May 2025 21:09:52 +0200 Subject: UnitTests: Remove redundant template type specifers --- Source/UnitTests/Common/BitSetTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/UnitTests/Common/BitSetTest.cpp') diff --git a/Source/UnitTests/Common/BitSetTest.cpp b/Source/UnitTests/Common/BitSetTest.cpp index 397f9fecbe..24937fdf4e 100644 --- a/Source/UnitTests/Common/BitSetTest.cpp +++ b/Source/UnitTests/Common/BitSetTest.cpp @@ -88,7 +88,7 @@ TEST(BitSet, BitOps) TEST(BitSet, InitializerListsAndIteration) { - std::vector bits{1, 10, 15, 17, 20, 30}; + std::vector bits{1, 10, 15, 17, 20, 30}; BitSet32 bs{1, 10, 15, 17, 20, 30}; auto vit = bits.begin(); for (auto i : bs) -- cgit v1.2.3