From 440f54715a4a4335a371c61bc79079ead8c3c6fe Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Fri, 10 Jun 2016 15:37:47 -0700 Subject: [PATCH] Fix hwbp test. --- debug/testlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/testlib.py b/debug/testlib.py index f8c8062..53e670e 100644 --- a/debug/testlib.py +++ b/debug/testlib.py @@ -166,5 +166,5 @@ class Gdb(object): def hbreak(self, location): output = self.command("hbreak %s" % location) assert "not defined" not in output - assert "Breakpoint" in output + assert "Hardware assisted breakpoint" in output return output -- 2.30.2