Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Cesium.IntegrationTests/variable_storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Loading