forked from OSchip/llvm-project
Revert this, we can now avoid error cascades better.
llvm-svn: 76691
This commit is contained in:
parent
5c1acd1f33
commit
93a7ed1fc7
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue