Whoops! Set the default in the last commit to c++1y instead of c++11

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@199224 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/testit b/test/testit
index beb07a2..096627f 100755
--- a/test/testit
+++ b/test/testit
@@ -38,7 +38,7 @@
 
 if [ -z "$CXX_LANG" ]
 then
-    CXX_LANG=c++1y
+    CXX_LANG=c++11
 fi
 if [ -z "$OPTIONS" ]
 then