diff options
author | Mike Stump <mrs@apple.com> | 2009-07-21 23:52:50 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-07-21 23:52:50 +0000 |
commit | 93a7ed1fc753340113c254695fe22a9731cc103c (patch) | |
tree | e6ed7f8d0cb967480a6a3e8b21d06f7f4be13603 | |
parent | 5c1acd1f33ed568e4369656ae91c49d8d99f94f1 (diff) | |
download | bcm5719-llvm-93a7ed1fc753340113c254695fe22a9731cc103c.tar.gz bcm5719-llvm-93a7ed1fc753340113c254695fe22a9731cc103c.zip |
Revert this, we can now avoid error cascades better.
llvm-svn: 76691
-rw-r--r-- | clang/test/PCH/functions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/PCH/functions.c b/clang/test/PCH/functions.c index 29b873f5630..6d3c5a0f7b8 100644 --- a/clang/test/PCH/functions.c +++ b/clang/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) { |