Removing expected fail from another test that is now passing.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@182815 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py b/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
index cfd4e58..2310fdc 100644
--- a/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
+++ b/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
@@ -30,7 +30,6 @@
         self.buildDsym()
         self.do_set_watchlocation()
 
-    @expectedFailureLinux # llvm.org/pr14416
     @python_api_test
     @dwarf_test
     def test_watch_location_with_dwarf(self):