summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/p3.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-08-12 05:49:51 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-08-12 05:49:51 +0000
commit9f8a02d34e0e52e953a1f8fff45aba306784c4ed (patch)
treee3f7522ce276d4b0f8a6b5aa51bcb338589495c6 /clang/test/CXX/basic/basic.lookup/basic.lookup.classref/p3.cpp
parent3ea7269b54aefd674424cd89be5f17ea8e18d222 (diff)
downloadbcm5719-llvm-9f8a02d34e0e52e953a1f8fff45aba306784c4ed.tar.gz
bcm5719-llvm-9f8a02d34e0e52e953a1f8fff45aba306784c4ed.zip
De-Unicode-ify.
llvm-svn: 137430
Diffstat (limited to 'clang/test/CXX/basic/basic.lookup/basic.lookup.classref/p3.cpp')
-rw-r--r--clang/test/CXX/basic/basic.lookup/basic.lookup.classref/p3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/p3.cpp b/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/p3.cpp
index 4a0b3873797..cd7e669527b 100644
--- a/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/p3.cpp
+++ b/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/p3.cpp
@@ -1,7 +1,7 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
// C++0x [basic.lookup.classref]p3:
-// If the unqualified-id is ∼type-name, the type-name is looked up in the
+// If the unqualified-id is ~type-name, the type-name is looked up in the
// context of the entire postfix-expression. If the type T of the object
// expression is of a class type C, the type-name is also looked up in the
// scope of class C. At least one of the lookups shall find a name that
OpenPOWER on IntegriCloud