Correct test.

llvm-svn: 135460
This commit is contained in:
Howard Hinnant 2011-07-19 01:07:49 +00:00
parent 349f076330
commit 09ddc43442
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ int main()
{
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
char temp[L_tmpnam];
tmpnam(temp);
{
std::fstream fso(temp, std::ios_base::in | std::ios_base::out
| std::ios_base::trunc);