Skip to content

Commit

Permalink
LLDB 1356
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Oct 12, 2020
1 parent 02adc78 commit 6003c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
lldbBuildId: 1343
lldbBuildId: 1356
lldbBuildProject: 'llvm'
lldbBuildPipeline: 'llvm-project'
rustcVersion: 'nightly-2020-05-04'
Expand Down
2 changes: 1 addition & 1 deletion tests/adapter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ function generateSuite(triple: string) {
wstr1: 'L"Превед йожэг!"',
wstr2: 'L"Ḥ̪͔̦̺E͍̹̯̭͜ C̨͙̹̖̙O̡͍̪͖ͅM̢̗͙̫̬E̜͍̟̟̮S̢̢̪̘̦!"',

invalid_utf8: '"ABC\uFFFD\\x01\uFFFDXYZ',
invalid_utf8: '"ABC\\xff\\U00000001\\xfeXYZ"',
anon_union: {
'': { x: 4, y: 4 }
},
Expand Down

0 comments on commit 6003c77

Please sign in to comment.