Index: lit/SymbolFile/PDB/Inputs/VariablesLocationsTest.cpp =================================================================== --- lit/SymbolFile/PDB/Inputs/VariablesLocationsTest.cpp +++ lit/SymbolFile/PDB/Inputs/VariablesLocationsTest.cpp @@ -2,7 +2,7 @@ void __fastcall foo(short arg_0, float arg_1) { char loc_0 = 'x'; - double loc_1 = 0.5678; + float loc_1 = 0.5678; } int main(int argc, char *argv[]) {