[Lldb-commits] [lldb] 39ae25f - [lldb] Update object.test after 'nosync' inference was enabled.

Alexander Belyaev via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 9 01:04:33 PDT 2021


Author: Alexander Belyaev
Date: 2021-04-09T10:04:15+02:00
New Revision: 39ae25fb8c648b0e710ba2d2d46e7a5b7fafff19

URL: https://github.com/llvm/llvm-project/commit/39ae25fb8c648b0e710ba2d2d46e7a5b7fafff19
DIFF: https://github.com/llvm/llvm-project/commit/39ae25fb8c648b0e710ba2d2d46e7a5b7fafff19.diff

LOG: [lldb] Update object.test after 'nosync' inference was enabled.

https://reviews.llvm.org/D99769

Added: 
    

Modified: 
    lldb/test/Shell/ObjectFile/PDB/object.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/ObjectFile/PDB/object.test b/lldb/test/Shell/ObjectFile/PDB/object.test
index 304872ac30160..35373d52a3931 100644
--- a/lldb/test/Shell/ObjectFile/PDB/object.test
+++ b/lldb/test/Shell/ObjectFile/PDB/object.test
@@ -3,7 +3,7 @@
 
 # CHECK: Plugin name: pdb
 # CHECK: Architecture: x86_64-pc-windows-msvc
-# CHECK: UUID: 3F58AF61-A829-6C7A-4C4C-44205044422E-00000001
+# CHECK: UUID: 61AF583F-29A8-7A6C-4C4C-44205044422E-00000001
 # CHECK: Executable: false
 # CHECK: Stripped: false
 # CHECK: Type: debug info


        


More information about the lldb-commits mailing list