diff options
Diffstat (limited to 'test/Sema/format-strings.c')
-rw-r--r-- | test/Sema/format-strings.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Sema/format-strings.c b/test/Sema/format-strings.c index 55b8201fd3..086c5c6d6f 100644 --- a/test/Sema/format-strings.c +++ b/test/Sema/format-strings.c @@ -268,7 +268,6 @@ void test_unicode_conversions(wchar_t *s) { // FIXME: This test reports inconsistent results. On Windows, '%C' expects // 'unsigned short'. // printf("%C", 10); - // FIXME: we report the expected type as 'int*' instead of 'wchar_t*' printf("%S", "hello"); // expected-warning{{but the argument has type 'char *'}} } |