@@ -303,7 +303,7 @@ using namespace RhythmGameUtilities;
303
303
304
304
int main ()
305
305
{
306
- auto content = ReadFromFile ("./tests/Mocks/song.chart");
306
+ auto content = ReadStringFromFile ("./tests/Mocks/song.chart");
307
307
308
308
auto sections = ParseSectionsFromChart(content.c_str());
309
309
@@ -361,7 +361,7 @@ using namespace RhythmGameUtilities;
361
361
362
362
int main ()
363
363
{
364
- auto content = ReadFromFile ("./tests/Mocks/song.chart");
364
+ auto content = ReadStringFromFile ("./tests/Mocks/song.chart");
365
365
366
366
auto sections = ParseSectionsFromChart(content.c_str());
367
367
@@ -421,7 +421,7 @@ using namespace RhythmGameUtilities;
421
421
422
422
int main ()
423
423
{
424
- auto content = ReadFromFile ("./tests/Mocks/song.chart");
424
+ auto content = ReadStringFromFile ("./tests/Mocks/song.chart");
425
425
426
426
auto sections = ParseSectionsFromChart(content.c_str());
427
427
@@ -481,7 +481,7 @@ using namespace RhythmGameUtilities;
481
481
482
482
int main ()
483
483
{
484
- auto content = ReadFromFile ("./tests/Mocks/song.chart");
484
+ auto content = ReadStringFromFile ("./tests/Mocks/song.chart");
485
485
486
486
auto sections = ParseSectionsFromChart(content.c_str());
487
487
@@ -545,7 +545,7 @@ using namespace RhythmGameUtilities;
545
545
546
546
int main ()
547
547
{
548
- auto content = ReadFromFile ("./tests/Mocks/song.chart");
548
+ auto content = ReadStringFromFile ("./tests/Mocks/song.chart");
549
549
550
550
auto sections = ParseSectionsFromChart(content.c_str());
551
551
@@ -598,7 +598,7 @@ using namespace RhythmGameUtilities;
598
598
599
599
int main ()
600
600
{
601
- auto content = ReadFromFile ("./tests/Mocks/song.chart");
601
+ auto content = ReadStringFromFile ("./tests/Mocks/song.chart");
602
602
603
603
auto sections = ParseSectionsFromChart(content.c_str());
604
604
0 commit comments