mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fixed missing semicolon in NSURLConnection test
This commit is contained in:
parent
3f994d3ee1
commit
6e2bd5c4e8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ int main(int argc, char **argv, char **env)
|
|||
NSString *helperPath;
|
||||
|
||||
#if defined(_WIN64) && defined(_MSC_VER)
|
||||
NSLog(@"Marking tests as hopeful because they are known to fail on 64-bit Windows with Clang/MSVC.")
|
||||
NSLog(@"Marking tests as hopeful because they are known to fail on 64-bit Windows with Clang/MSVC.");
|
||||
testHopeful = YES;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue