[Lldb-commits] [lldb] 45db9d4 - [test] Fix unused FileCheck prefixes in lldb

Fangrui Song via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 1 21:45:57 PST 2021


Author: Fangrui Song
Date: 2021-02-01T21:45:51-08:00
New Revision: 45db9d4594bdbb4a304c16f6ad61b87c60eeb300

URL: https://github.com/llvm/llvm-project/commit/45db9d4594bdbb4a304c16f6ad61b87c60eeb300
DIFF: https://github.com/llvm/llvm-project/commit/45db9d4594bdbb4a304c16f6ad61b87c60eeb300.diff

LOG: [test] Fix unused FileCheck prefixes in lldb

Added: 
    

Modified: 
    lldb/test/Shell/Reproducer/TestMultipleTargets.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Reproducer/TestMultipleTargets.test b/lldb/test/Shell/Reproducer/TestMultipleTargets.test
index 7859480e2d04..cb2f766034fd 100644
--- a/lldb/test/Shell/Reproducer/TestMultipleTargets.test
+++ b/lldb/test/Shell/Reproducer/TestMultipleTargets.test
@@ -21,3 +21,5 @@
 
 # CAPTURE: Reproducer is in capture mode.
 # CAPTURE: Reproducer written
+
+# REPLAY:  Reproducer is in replay mode.


        


More information about the lldb-commits mailing list