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 | 3502deee1a93e86a97fb22df1cdb512c5a643dd6 (patch) | |
tree | 911c41f2352b286e0b6e751179857deb3f955e66 | |
parent | 9ff982c1ae369eeb29f416251c63721a9c8738bf (diff) |
Revert this, we can now avoid error cascades better.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76691 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/PCH/functions.c | 1 |
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) { |