diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-04-29 01:50:40 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-04-29 01:50:40 +0000 |
commit | 2cc702e52127512a67cbcbb3af6d73fb06d8b6bf (patch) | |
tree | f534b3c45da7d363bc4c7cd2a7716915f3f9e31a | |
parent | 877222e2491bbc40a5c74cc100c540983f306b70 (diff) |
Oops
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130469 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/SemaCXX/libstdcxx_is_pod_hack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/libstdcxx_is_pod_hack.cpp b/test/SemaCXX/libstdcxx_is_pod_hack.cpp index 01f0532c1d..3581c796ce 100644 --- a/test/SemaCXX/libstdcxx_is_pod_hack.cpp +++ b/test/SemaCXX/libstdcxx_is_pod_hack.cpp @@ -17,7 +17,7 @@ template<typename T> 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 |