aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/PCH/functions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/PCH/functions.c b/test/PCH/functions.c
index 29b873f563..6d3c5a0f7b 100644
--- a/test/PCH/functions.c
+++ b/test/PCH/functions.c
@@ -12,7 +12,6 @@ float *test_f1(int val, double x, double y) {
return f1(x, y);
else
return f1(x); // expected-error{{too few arguments to function call}}
- return 0;
}
void test_g0(int *x, float * y) {