Rename LeapFrog to Leapfrog
[junction.git] / samples / MapMemoryBench / TestAllMaps.py
index 1dfc5fa56114b509ca1a519efd5ed88d7dceffb1..f84ef12fe3a83ee6770e92d4c0a05d158468a0a5 100644 (file)
@@ -10,7 +10,7 @@ CMAKE = os.getenv('CMAKE', 'cmake')
 ALL_MAPS = [
     ('michael', 'junction/extra/impl/MapAdapter_CDS_Michael.h', ['-DJUNCTION_WITH_CDS=1', '-DTURF_WITH_EXCEPTIONS=1']),
     ('linear', 'junction/extra/impl/MapAdapter_Linear.h', []),
-    ('leapfrog', 'junction/extra/impl/MapAdapter_LeapFrog.h', []),
+    ('leapfrog', 'junction/extra/impl/MapAdapter_Leapfrog.h', []),
     ('grampa', 'junction/extra/impl/MapAdapter_Grampa.h', []),
     ('stdmap', 'junction/extra/impl/MapAdapter_StdMap.h', []),
     ('folly', 'junction/extra/impl/MapAdapter_Folly.h', ['-DJUNCTION_WITH_FOLLY=1', '-DTURF_WITH_EXCEPTIONS=1']),