[Lldb-commits] [lldb] r359930 - [test] Make check more strict

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri May 3 13:58:56 PDT 2019


Author: jdevlieghere
Date: Fri May  3 13:58:56 2019
New Revision: 359930

URL: http://llvm.org/viewvc/llvm-project?rev=359930&view=rev
Log:
[test] Make check more strict

Before this change the test would always pass if the path to the test
contained the number 11 in it. Thanks to Ted for pointing this out.

Modified:
    lldb/trunk/lit/Commands/command-source.test

Modified: lldb/trunk/lit/Commands/command-source.test
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Commands/command-source.test?rev=359930&r1=359929&r2=359930&view=diff
==============================================================================
--- lldb/trunk/lit/Commands/command-source.test (original)
+++ lldb/trunk/lit/Commands/command-source.test Fri May  3 13:58:56 2019
@@ -8,5 +8,5 @@
 bogus
 p 10+1
 
-# CONTINUE: 11
-# STOP-NOT: 11
+# CONTINUE: $0 = 11
+# STOP-NOT: $0 = 11




More information about the lldb-commits mailing list