Don't refer to a function that doesn't exist in the quick_exit test.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@152716 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Chisnall 2012-03-14 14:02:15 +00:00
parent 558ae17391
commit b407d45d83

View File

@ -12,7 +12,7 @@
#include <cstdlib>
#include <type_traits>
void f();
void f() {}
int main()
{