@@ -53,6 +53,7 @@ import Fibonacci
53
53
import GlobalClass
54
54
import Hanoi
55
55
import Hash
56
+ import HashQuadratic
56
57
import Histogram
57
58
import Integrate
58
59
import IterateData
@@ -113,28 +114,28 @@ precommitTests = [
113
114
" Array2D " : run_Array2D,
114
115
" ArrayAppend " : run_ArrayAppend,
115
116
" ArrayAppendArrayOfInt " : run_ArrayAppendArrayOfInt,
117
+ " ArrayAppendAscii " : run_ArrayAppendAscii,
116
118
" ArrayAppendFromGeneric " : run_ArrayAppendFromGeneric,
117
119
" ArrayAppendGenericStructs " : run_ArrayAppendGenericStructs,
120
+ " ArrayAppendLatin1 " : run_ArrayAppendLatin1,
118
121
" ArrayAppendLazyMap " : run_ArrayAppendLazyMap,
119
122
" ArrayAppendOptionals " : run_ArrayAppendOptionals,
120
123
" ArrayAppendRepeatCol " : run_ArrayAppendRepeatCol,
121
124
" ArrayAppendReserved " : run_ArrayAppendReserved,
122
125
" ArrayAppendSequence " : run_ArrayAppendSequence,
123
126
" ArrayAppendStrings " : run_ArrayAppendStrings,
124
- " ArrayAppendASCII " : run_ArrayAppendAscii,
125
- " ArrayAppendLatin1 " : run_ArrayAppendLatin1,
126
- " ArrayAppendUTF16 " : run_ArrayAppendUTF16,
127
127
" ArrayAppendToFromGeneric " : run_ArrayAppendToFromGeneric,
128
128
" ArrayAppendToGeneric " : run_ArrayAppendToGeneric,
129
- " ArrayPlusEqualSingleElementCollection " : run_ArrayPlusEqualSingleElementCollection,
130
- " ArrayPlusEqualFiveElementCollection " : run_ArrayPlusEqualFiveElementCollection,
129
+ " ArrayAppendUTF16 " : run_ArrayAppendUTF16,
131
130
" ArrayInClass " : run_ArrayInClass,
132
131
" ArrayLiteral " : run_ArrayLiteral,
133
132
" ArrayOfGenericPOD " : run_ArrayOfGenericPOD,
134
133
" ArrayOfGenericRef " : run_ArrayOfGenericRef,
135
134
" ArrayOfPOD " : run_ArrayOfPOD,
136
135
" ArrayOfRef " : run_ArrayOfRef,
137
136
" ArrayPlusEqualArrayOfInt " : run_ArrayPlusEqualArrayOfInt,
137
+ " ArrayPlusEqualFiveElementCollection " : run_ArrayPlusEqualFiveElementCollection,
138
+ " ArrayPlusEqualSingleElementCollection " : run_ArrayPlusEqualSingleElementCollection,
138
139
" ArraySubscript " : run_ArraySubscript,
139
140
" ArrayValueProp " : run_ArrayValueProp,
140
141
" ArrayValueProp2 " : run_ArrayValueProp2,
@@ -164,6 +165,7 @@ precommitTests = [
164
165
" ErrorHandling " : run_ErrorHandling,
165
166
" GlobalClass " : run_GlobalClass,
166
167
" Hanoi " : run_Hanoi,
168
+ " HashQuadratic " : run_HashQuadratic,
167
169
" HashTest " : run_HashTest,
168
170
" Histogram " : run_Histogram,
169
171
" Integrate " : run_Integrate,
@@ -172,15 +174,16 @@ precommitTests = [
172
174
" LinkedList " : run_LinkedList,
173
175
" MapReduce " : run_MapReduce,
174
176
" MapReduceAnyCollection " : run_MapReduceAnyCollection,
175
- " MapReduceShort " : run_MapReduceShort ,
176
- " MapReduceSequence " : run_MapReduceSequence ,
177
- " MapReduceLazySequence " : run_MapReduceLazySequence ,
177
+ " MapReduceAnyCollectionShort " : run_MapReduceAnyCollectionShort ,
178
+ " MapReduceClass " : run_MapReduceClass ,
179
+ " MapReduceClassShort " : run_MapReduceClassShort ,
178
180
" MapReduceLazyCollection " : run_MapReduceLazyCollection,
179
181
" MapReduceLazyCollectionShort " : run_MapReduceLazyCollectionShort,
180
- " MapReduceString " : run_MapReduceString,
182
+ " MapReduceLazySequence " : run_MapReduceLazySequence,
183
+ " MapReduceSequence " : run_MapReduceSequence,
184
+ " MapReduceShort " : run_MapReduceShort,
181
185
" MapReduceShortString " : run_MapReduceShortString,
182
- " MapReduceClass " : run_MapReduceClass,
183
- " MapReduceClassShort " : run_MapReduceClassShort,
186
+ " MapReduceString " : run_MapReduceString,
184
187
" Memset " : run_Memset,
185
188
" MonteCarloE " : run_MonteCarloE,
186
189
" MonteCarloPi " : run_MonteCarloPi,
0 commit comments