diff --git a/Cesium.IntegrationTests/variable_storage.c b/Cesium.IntegrationTests/variable_storage.c index 1a1a7f56..b15c6766 100644 --- a/Cesium.IntegrationTests/variable_storage.c +++ b/Cesium.IntegrationTests/variable_storage.c @@ -16,9 +16,7 @@ int main(void) { if (x != 42) return -1; if (counter() != 1) return -2; - // I think I need https://github.com/ForNeVeR/Cesium/pull/366 - // to see whole impact how initialization can be fixed for static variables. - //if (counter() != 2) return -3; + if (counter() != 2) return -3; return 42; }