Skip to content

Commit 1c88692

Browse files
committed
fix
1 parent 64c077a commit 1c88692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bigcurve_test.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ fn test_make_table() {
583583
unsafe {
584584
let P: BN254J = BN254J::one();
585585

586-
let mut transcript: [JTranscript<BN254_Fq>] = @[];
586+
let mut transcript: [JTranscript<BN254_Fq>] = &[];
587587
let T: curve_jac::PointTable<BN254_Fq> = curve_jac::PointTable::new(P);
588588
for i in 0..8 {
589589
transcript = transcript.push_back(T.transcript[i]);

0 commit comments

Comments
 (0)