Fixed missing semicolon in NSURLConnection test

This commit is contained in:
Frederik Seiffert 2024-05-14 11:38:33 +02:00 committed by Frederik Seiffert
parent 3f994d3ee1
commit 6e2bd5c4e8

View file

@ -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