diff options
Diffstat (limited to 'test/Sema/conversion.c')
| -rw-r--r-- | test/Sema/conversion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/conversion.c b/test/Sema/conversion.c index aa591c9fa60d1..07b22a8a64896 100644 --- a/test/Sema/conversion.c +++ b/test/Sema/conversion.c @@ -359,7 +359,7 @@ void f7676608(int); void test_7676608(void) { float q = 0.7f; char c = 5; - f7676608(c *= q); + f7676608(c *= q); // expected-warning {{conversion}} } // <rdar://problem/7904686> |
