Kaynağa Gözat

test: avoid shadow warnings

skypjack 2 yıl önce
ebeveyn
işleme
e10d2cb37e
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      test/snapshot/snapshot.cpp

+ 2 - 2
test/snapshot/snapshot.cpp

@@ -117,8 +117,8 @@ TEST(Snapshot, Continuous) {
         entity.push_back(source.create());
         entity.push_back(source.create());
     }
     }
 
 
-    for(auto entity: entity) {
-        source.destroy(entity);
+    for(auto entt: entity) {
+        source.destroy(entt);
     }
     }
 
 
     auto e0 = source.create();
     auto e0 = source.create();