Skip to content

Commit

Permalink
Some tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Shiryaev committed Jul 28, 2011
1 parent fe7c603 commit 227652c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/LibWeakRef1.Mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ VAR
r : ARRAY count OF T;
wr : ARRAY count OF WeakRef.WeakRef(T);

PROCEDURE (t : T) INIT(i : LONGINT);
PROCEDURE (t : T) INIT*(i : LONGINT);
BEGIN
t.i := i;
END INIT;
Expand Down
3 changes: 3 additions & 0 deletions tests/ssa/VTable3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ extern "C" T * VTable3__NewT(void) {

extern "C" void OOC_VTable3_open(void) {
}

extern "C" void OOC_VTable3_close(void) {
}

0 comments on commit 227652c

Please sign in to comment.