Bugfix nulls, tests

This commit is contained in:
Max O'Cull 2019-01-19 22:25:18 -05:00
parent 0dd73b666e
commit cc5394c6df
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ public class project1 {
throw e;
}
return "";
return null;
}
String select_mainmemory(String key){

View File

@ -5,7 +5,7 @@ testCase() {
}
data_10="./data_10MB.tsv"
data_30="./data_10MB.tsv"
data_30="./data_30MB.tsv"
file=0
mem=1
db=2