Skip to content

Commit ee03cc1

Browse files
aleksischclaude
andcommitted
tests: format block_annotation_data
The formatter wants $(x : int), not $ (x : int); dasfmt --verify (the extended_checks format gate) failed on it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent cf3f132 commit ee03cc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/language/block_annotation_data.das

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_annotated_block_still_invokes(t : T?) {
4242
// A block with no annotation must report 0, or the test above would pass on a stale read.
4343
[test]
4444
def test_unannotated_block_has_no_data(t : T?) {
45-
let ad = probe() $ (x : int) : int {
45+
let ad = probe() $(x : int) : int {
4646
return x + 2
4747
}
4848
t |> equal(ad, 0ul)

0 commit comments

Comments
 (0)