diff options
Diffstat (limited to 'Tests/XCTest/FrameworkExample/FrameworkExample.c')
-rw-r--r-- | Tests/XCTest/FrameworkExample/FrameworkExample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/XCTest/FrameworkExample/FrameworkExample.c b/Tests/XCTest/FrameworkExample/FrameworkExample.c index 2da78da..77361c8 100644 --- a/Tests/XCTest/FrameworkExample/FrameworkExample.c +++ b/Tests/XCTest/FrameworkExample/FrameworkExample.c @@ -2,5 +2,5 @@ int FourtyTwo() { - return 42; + return 42; } |