summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorJoe Abbey <jabbey@arxan.com>2012-11-17 05:13:16 +0000
committerJoe Abbey <jabbey@arxan.com>2012-11-17 05:13:16 +0000
commit0f5720f85b10fb160e24828c22de42ea1cfb5fde (patch)
treec13d15cc74f45376b940e674c65177520bdb98dc /unittests
parente68d7437535b85a840b0958a4ff2d98210e399f4 (diff)
Removing utf-8 smart quote and trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168253 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Support/AlignOfTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/unittests/Support/AlignOfTest.cpp b/unittests/Support/AlignOfTest.cpp
index 15935446fb..a9be1c8415 100644
--- a/unittests/Support/AlignOfTest.cpp
+++ b/unittests/Support/AlignOfTest.cpp
@@ -22,10 +22,10 @@ namespace {
#pragma warning(disable:4584)
#endif
-// Suppress direct base ‘{anonymous}::S1’ inaccessible in ‘{anonymous}::D9’
+// Suppress direct base '{anonymous}::S1' inaccessible in '{anonymous}::D9'
// due to ambiguity warning.
//
-// Pragma based warning suppression was introduced in GGC 4.2. Additionally
+// Pragma based warning suppression was introduced in GGC 4.2. Additionally
// this warning is "enabled by default". The warning still appears if -Wall is
// suppressed. Apparently GCC suppresses it when -w is specifed, which is odd.
// At any rate, clang on the other hand gripes about -Wunknown-pragma, so