瀏覽代碼

test: typo

Michele Caini 1 年之前
父節點
當前提交
f9a509a82b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/entt/core/compressed_pair.cpp

+ 1 - 1
test/entt/core/compressed_pair.cpp

@@ -130,7 +130,7 @@ TEST(CompressedPair, Get) {
     ASSERT_EQ(pair.first(), 3);
     ASSERT_EQ(pair.first(), 3);
     ASSERT_EQ(pair.second(), 4);
     ASSERT_EQ(pair.second(), 4);
 
 
-    // NOLINTNEXTLINE((readability-qualified-auto)
+    // NOLINTNEXTLINE(readability-qualified-auto)
     auto &[cfirst, csecond] = std::as_const(pair);
     auto &[cfirst, csecond] = std::as_const(pair);
 
 
     ASSERT_EQ(cfirst, 3);
     ASSERT_EQ(cfirst, 3);