mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
Removed functions that have been deprecated for at least one year (#551)
This commit is contained in:
committed by
Peter Johnson
parent
d2de94778e
commit
68b63632c4
@@ -76,7 +76,6 @@ TEST(PreferencesTest, WritePreferencesToFile) {
|
||||
preferences->PutFloat("testFilePutFloat", 0.25f);
|
||||
preferences->PutBoolean("testFilePutBoolean", true);
|
||||
preferences->PutLong("testFilePutLong", 1000000000000000000ll);
|
||||
preferences->Save();
|
||||
|
||||
Wait(kSaveTime);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user