From e8bdd1f5c05fb617354bca8ce3c8bc933b00d350 Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Wed, 15 May 2013 18:48:32 +0000 Subject: Clean up linux test decorators and add links to known bugs - s/skipOnLinux/skipIfLinux/ to match style of every other decorator - linkify bugizilla/PR numbers in comments No intended change in functionality. llvm-svn: 181913 --- lldb/test/python_api/sbdata/TestSBData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/python_api/sbdata') diff --git a/lldb/test/python_api/sbdata/TestSBData.py b/lldb/test/python_api/sbdata/TestSBData.py index dfb89076a60..4fd227fcc47 100644 --- a/lldb/test/python_api/sbdata/TestSBData.py +++ b/lldb/test/python_api/sbdata/TestSBData.py @@ -235,7 +235,7 @@ class SBDataAPICase(TestBase): self.assert_data(data.GetUnsignedInt8, offset, 68) offset += 1 - # check the new API calls introduced per LLVM bugzilla enhancement request + # check the new API calls introduced per LLVM llvm.org/prenhancement request # 11619 (Allow creating SBData values from arrays or primitives in Python) hello_str = "hello!" -- cgit v1.2.3