@@ -106,13 +106,18 @@ TEST(@"-[removeValueForKey:]", R([category removeValueForKey: @"quxqux"])) module = @"OFINIFile"; + /* FIXME: Find a way to write files on Nintendo DS */ +#ifndef OF_NINTENDO_DS TEST(@"-[writeToFile:]", R([file writeToFile: @"tmpfile.ini"]) && [[OFString stringWithContentsOfFile: @"tmpfile.ini"] isEqual: output]) [OFFile removeItemAtPath: @"tmpfile.ini"]; +#else + (void)output; +#endif [pool drain]; } @end