[test] Make check more strict
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 3 May 2019 20:58:56 +0000 (20:58 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 3 May 2019 20:58:56 +0000 (20:58 +0000)
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.

llvm-svn: 359930

lldb/lit/Commands/command-source.test

index f8637dc..d821885 100644 (file)
@@ -8,5 +8,5 @@
 bogus
 p 10+1
 
-# CONTINUE: 11
-# STOP-NOT: 11
+# CONTINUE: $0 = 11
+# STOP-NOT: $0 = 11