commit | 928bb68bb209ea9218e277acba139284308349ae | [log] [tgz] |
---|---|---|
author | Marshall Clow <mclow.lists@gmail.com> | Tue Jan 14 17:04:06 2014 +0000 |
committer | Marshall Clow <mclow.lists@gmail.com> | Tue Jan 14 17:04:06 2014 +0000 |
tree | f964583691e394a9ba2ae0c6a7af81519b3104e9 | |
parent | 2f78c0d9f98ec85ae8c5336aae107b5f938d571f [diff] [blame] |
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