Skip to content

Commit dd461ea

Browse files
committed
Mark function as test so it's not unused
1 parent 5724716 commit dd461ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noir_stdlib/src/meta/mod.nr

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ mod tests {
122122
quote { 1 }
123123
}
124124

125+
#[test]
125126
fn returning_versus_macro_insertion() {
126127
comptime
127128
{

0 commit comments

Comments
 (0)