Commit 070ebd93 authored by Johnny Chen's avatar Johnny Chen
Browse files

Added a default build phase at the beginning of test_load_unload() test case.

llvm-svn: 113039
parent 18ca8bf8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@ class LoadUnloadTestCase(TestBase):

    def test_load_unload(self):
        """Test breakpoint by name works correctly with dlopen'ing."""

        # Invoke the default build rule.
        self.buildDefault()

        exe = os.path.join(os.getcwd(), "a.out")
        self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)