Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Small improvement to test harness (more precise Exception)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdvolder committed Jan 7, 2015
1 parent 12efb9e commit edbe12e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ public static IPackageFragment createPackage(String name, IPackageFragmentRoot s
return sourceFolder.createPackageFragment(name, false, null);
}

public static void buildProject(IJavaProject javaProject) throws Throwable {
public static void buildProject(IJavaProject javaProject) throws Exception {
javaProject.getProject().build(IncrementalProjectBuilder.FULL_BUILD, new NullProgressMonitor());
assertNoErrors(javaProject.getProject());
performDummySearch(javaProject);
Expand Down

0 comments on commit edbe12e

Please sign in to comment.