commit | f8e894a103a0959c794586fe608016ad97736574 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Fri Apr 29 01:50:40 2011 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Fri Apr 29 01:50:40 2011 +0000 |
tree | 319f96a69ed03a398040877ae74c9d604bb21fe7 | |
parent | 63180b11909d989d07675c70a323a0ebff8dc697 [diff] [blame] |
Oops llvm-svn: 130469
diff --git a/clang/test/SemaCXX/libstdcxx_is_pod_hack.cpp b/clang/test/SemaCXX/libstdcxx_is_pod_hack.cpp index 01f0532..3581c79 100644 --- a/clang/test/SemaCXX/libstdcxx_is_pod_hack.cpp +++ b/clang/test/SemaCXX/libstdcxx_is_pod_hack.cpp
@@ -17,7 +17,7 @@ struct __is_same { }; -__is_same<int> ipi; +__is_same<int> isi; // Another, similar egregious hack for __is_signed, which is a type // trait in Embarcadero's compiler but is used as an identifier in