]> granicus.if.org Git - clang/commitdiff
[clang-diff] Fix test for python 3
authorJohannes Altmanninger <aclopte@gmail.com>
Sat, 19 Aug 2017 01:34:24 +0000 (01:34 +0000)
committerJohannes Altmanninger <aclopte@gmail.com>
Sat, 19 Aug 2017 01:34:24 +0000 (01:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311220 91177308-0d34-0410-b5e6-96231b3b80d8

test/Tooling/clang-diff-json.cpp

index ee67a6d1f3121647478b16498b69dd488a9590c6..e4a971bf4279109bec7962d32d9bb1352371df0f 100644 (file)
@@ -22,6 +22,6 @@ class A {
 // CHECK: "type": "VarDecl",
 char nl = '\n';
 
-// CHECK: "value": "abc \n\t\u0000\u001f\u0123 \ub370\ubc15"
-char s[] = "abc \n\t\0\x1f\u0123 데박";
+// CHECK: "value": "abc \n\t\u0000\u001f"
+char s[] = "abc \n\t\0\x1f";