Skip to content

Commit 4c3f74a

Browse files
committed
add check file prefix for hyperdsl
1 parent 2c4dc0e commit 4c3f74a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test-src/epfl/test12-collections/TestArrayOps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import java.io.PrintWriter
77

88
class TestArrayOps extends FileDiffSuite {
99

10-
val prefix = "test-out/epfl/test12-"
10+
val prefix = home + "test-out/epfl/test12-"
1111

1212
def testIntArrayCreation() {
1313
withOutFile(prefix+"array-seq-creation") {

test-src/epfl/test14-scratch/TestDataOp.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import java.io.{PrintWriter,StringWriter,FileOutputStream}
1313

1414
class TestDataOp extends FileDiffSuite {
1515

16-
val prefix = "test-out/epfl/test14-"
16+
val prefix = home + "test-out/epfl/test14-"
1717

1818
trait DSL extends ScalaOpsPkg with TupledFunctions with UncheckedOps with LiftPrimitives with LiftString with LiftVariables {
1919
// keep track of top level functions

test-src/epfl/test14-scratch/TestQueries.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ trait Util {
890890
// test cases
891891
class TestQueries extends FileDiffSuite {
892892

893-
val prefix = "test-out/epfl/test14-"
893+
val prefix = home + "test-out/epfl/test14-"
894894

895895
trait DSL extends Staged with Compile {
896896
def test(): Unit

0 commit comments

Comments
 (0)