From 222096014fbfbe56700c98ec99cffbf87fc6ef33 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Thu, 26 Jul 2012 14:00:20 +0000 Subject: [Author: thomasvl] Fix up one more format string TBR=dmaclach --- UnitTesting/GTMSenTestCase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UnitTesting') diff --git a/UnitTesting/GTMSenTestCase.h b/UnitTesting/GTMSenTestCase.h index b14bd7a..f5156e4 100644 --- a/UnitTesting/GTMSenTestCase.h +++ b/UnitTesting/GTMSenTestCase.h @@ -503,7 +503,7 @@ do { \ desc = [NSString stringWithFormat:@"%@ With Accuracy %0.3f: %@", string, (float)accuracyvalue, desc]; \ [self failWithException:[NSException failureInFile:[NSString stringWithUTF8String:__FILE__] \ atLine:__LINE__ \ - withDescription:desc]]; \ + withDescription:@"%@", desc]]; \ break; \ } \ } \ -- cgit v1.2.3