reorganize tests

This commit is contained in:
Volker Berlin 2017-04-17 08:23:26 +02:00
parent ff8a5cd67b
commit b5d4825b56
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package de.inetsoftware.jwebassembly.math;
package de.inetsoftware.jwebassembly.runtime;
import java.util.ArrayList;
import java.util.Collection;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package de.inetsoftware.jwebassembly.err;
package de.inetsoftware.jwebassembly.runtime;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;