Skip to content
Snippets Groups Projects
Commit 84bb59e3 authored by rarbore2's avatar rarbore2
Browse files

Merge branch 'whoops' into 'main'

Make concat test rely on DC normalization

See merge request !113
parents 6045f644 8aab925d
No related branches found
No related tags found
1 merge request!113Make concat test rely on DC normalization
Pipeline #201051 passed
...@@ -28,5 +28,5 @@ fn concat_entry(a : i32) -> i32 { ...@@ -28,5 +28,5 @@ fn concat_entry(a : i32) -> i32 {
arr2[4] = a; arr2[4] = a;
arr2[5] = a; arr2[5] = a;
let arr3 = concat::<i32, 3, 6>(arr1, arr2); let arr3 = concat::<i32, 3, 6>(arr1, arr2);
return sum::<i32, 3 + 6>(arr3); return sum::<i32, 9>(arr3);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment