summaryrefslogtreecommitdiffstats
path: root/libcxx/test/input.output/file.streams/fstreams/fstream.cons/string.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/input.output/file.streams/fstreams/fstream.cons/string.pass.cpp')
-rw-r--r--libcxx/test/input.output/file.streams/fstreams/fstream.cons/string.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/input.output/file.streams/fstreams/fstream.cons/string.pass.cpp b/libcxx/test/input.output/file.streams/fstreams/fstream.cons/string.pass.cpp
index c2872913f9f..23795f010a5 100644
--- a/libcxx/test/input.output/file.streams/fstreams/fstream.cons/string.pass.cpp
+++ b/libcxx/test/input.output/file.streams/fstreams/fstream.cons/string.pass.cpp
@@ -19,7 +19,7 @@
int main()
{
- char temp [L_tmpnam];
+ char temp[L_tmpnam];
tmpnam(temp);
{
std::fstream fs(std::string(temp),
OpenPOWER on IntegriCloud