Skip to content

Commit

Permalink
move file into test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
psybers committed Aug 3, 2021
1 parent 3a5721f commit bc07f65
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package boa.datagen.util;
package boa.test.datagen;

import java.util.Iterator;
import java.util.List;
Expand Down
1 change: 0 additions & 1 deletion src/test/boa/test/datagen/TestSequenceFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import boa.datagen.BoaGenerator;
import boa.datagen.DefaultProperties;
import boa.datagen.util.FileIO;
import boa.datagen.util.ProtoMessageVisitor;
import boa.functions.BoaIntrinsics;
import boa.test.datagen.java.Java8BaseTest;
import boa.types.Ast.ASTRoot;
Expand Down
2 changes: 1 addition & 1 deletion src/test/boa/test/datagen/TestTypeFullyQualifiedName.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import com.google.protobuf.CodedInputStream;
import com.google.protobuf.Message;
import boa.datagen.util.ProtoMessageVisitor;

import boa.types.Ast.ASTRoot;
import boa.types.Ast.Declaration;
import boa.types.Ast.Expression;
Expand Down
2 changes: 1 addition & 1 deletion src/test/boa/test/datagen/java/Java7BaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
import boa.types.Diff.ChangedFile;
import boa.datagen.util.FileIO;
import boa.datagen.util.JavaVisitor;
import boa.datagen.util.ProtoMessageVisitor;
import boa.test.compiler.BaseTest;
import boa.test.datagen.ProtoMessageVisitor;

/*
* @author rdyer
Expand Down

0 comments on commit bc07f65

Please sign in to comment.