Skip to content

Commit

Permalink
Move test file
Browse files Browse the repository at this point in the history
  • Loading branch information
oowekyala committed Oct 27, 2022
1 parent c036e4c commit 0b9bb2e
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
* THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package org.lflang.cli.tests
package org.lflang.tests.cli

import junit.framework.Assert.assertEquals
import junit.framework.AssertionFailedError
Expand Down Expand Up @@ -118,8 +118,8 @@ class LfcIssueReportingTest {

val packageName = loader.packageName.replace('.', '/')
// relative to root of gradle project
val lfFile = Paths.get("test/resources/$packageName/$fileBaseName.lf")
val expectedPath = Paths.get("test/resources/$packageName/$fileBaseName.stderr")
val lfFile = Paths.get("src/resources/$packageName/$fileBaseName.lf")
val expectedPath = Paths.get("src/resources/$packageName/$fileBaseName.stderr")

assert(Files.exists(lfFile)) { "Missing test file $lfFile" }

Expand Down

0 comments on commit 0b9bb2e

Please sign in to comment.