diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/settings_test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tests/settings_test.c b/src/tests/settings_test.c index 9e87a5146..028f8163b 100644 --- a/src/tests/settings_test.c +++ b/src/tests/settings_test.c @@ -240,8 +240,6 @@ static void settings_test_exec ( void ) { /* "hex" setting type */ storef_ok ( &test_settings, &test_hex_setting, - "", RAW ( 0x00 ) ); - storef_ok ( &test_settings, &test_hex_setting, ":", RAW ( 0x00, 0x00 ) ); storef_ok ( &test_settings, &test_hex_setting, "1:2:", RAW ( 0x01, 0x02, 0x00 ) ); |
