Skip to content
  • Kevin Funk's avatar
    Fix compile error under MSVC · 82e4cfd4
    Kevin Funk authored
    Z:\kderoot\git\kate\tests\indenttest.cpp(174) : error C2589: '__stdcall'
    : illegal token on right side of '::'.
    
    Somewhere in WinDef.h, there is: #define pascal __stdcall.
    
    Fix this by not using too generic test method names. Prepend 'test'
    
    Already fixed by 20389eb4, however, I'm
    still applying this patch because it solves it in a more future-proof
    way :)
    
    (cherry picked from commit cd96dbef)
    
    Conflicts:
    	tests/indenttest.cpp
    	tests/indenttest.h
    82e4cfd4