From 9c189c2d1ef35184ec9a9d08bdeeb52936902867 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 28 Jun 2016 21:39:10 +0300 Subject: Restructure classes --- src/test/com/jantuomi/borker/MainTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/com/jantuomi/borker/MainTest.java') diff --git a/src/test/com/jantuomi/borker/MainTest.java b/src/test/com/jantuomi/borker/MainTest.java index e0342a4..6e45892 100644 --- a/src/test/com/jantuomi/borker/MainTest.java +++ b/src/test/com/jantuomi/borker/MainTest.java @@ -1,6 +1,6 @@ package com.jantuomi.borker; -import com.jantuomi.borker.exception.InterpreterException; +import com.jantuomi.borker.exception.BorkError; import org.junit.After; import org.junit.Before; import org.junit.Test; @@ -43,7 +43,7 @@ public class MainTest { } @Test - public void testWholeProcedure() throws InterpreterException { + public void testWholeProcedure() throws BorkError { String input = "- + 2 5 1"; Main.run(input); -- cgit v1.3