Skip to content

Commit 2a119c5

Browse files
authored
Merge pull request #2253 from wilzbach/spec-arrays
[trivial] Remove runnable block for the first example in spec/arrays merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2 parents 4d1c12a + 3221059 commit 2a119c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/arrays.dd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ $(H2 $(LNAME2 array-kinds, Kinds))
1818

1919
$(H3 $(LNAME2 pointers, Pointers))
2020

21-
$(SPEC_RUNNABLE_EXAMPLE_COMPILE
2221
---------
2322
int* p;
2423
---------
25-
)
2624

2725
$(P A pointer to type $(I T) has a value which is a reference (address) to another
2826
object of type $(I T). It is commonly called a $(I pointer to T).

0 commit comments

Comments
 (0)