================
@@ -652,7 +652,7 @@ def assert_match(self, asserter, accumulated_output, 
context):
         if not accumulated_output:
             raise Exception("accumulated_output cannot be none")
         if not context:
-            raise Exception("context cannot be none")
+            raise Exception("context cannot be nvalione")
----------------
jimingham wrote:

Is this a typo?

https://github.com/llvm/llvm-project/pull/112079
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to