Index: native_client_sdk/src/build_tools/tests/parse_dsc_test.py |
diff --git a/native_client_sdk/src/build_tools/tests/parse_dsc_test.py b/native_client_sdk/src/build_tools/tests/parse_dsc_test.py |
index 05a86325b16111be30c8c223c3d24461c497556e..77f96b801cfc912e473d9445e664ed0a070c7d75 100755 |
--- a/native_client_sdk/src/build_tools/tests/parse_dsc_test.py |
+++ b/native_client_sdk/src/build_tools/tests/parse_dsc_test.py |
@@ -81,7 +81,7 @@ class TestValidateFormat(unittest.TestCase): |
testdesc['TOOLS'] = 'newlib' |
self._validate(testdesc, 'Key TOOLS expects LIST not STR.') |
-# TODO(noelallen): Add test which generates a real make and runs it. |
+# TODO(bradnelson): Add test which generates a real make and runs it. |
if __name__ == '__main__': |
unittest.main() |