Browse Source

* reverted n<>nil -> assigned(n) change from r15971 because of this is
no longer required after r15976

git-svn-id: trunk@16063 -

Jonas Maebe 15 years ago
parent
commit
d5b556ba40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/tmacprocvar.pp

+ 1 - 1
tests/test/tmacprocvar.pp

@@ -48,7 +48,7 @@ begin
 	B(@A);
 	B(@A);
 	n := nil;
 	n := nil;
 	n := A;
 	n := A;
-	if assigned(n) then
+	if nil <> n then
 		C(n);
 		C(n);
 	C(A);
 	C(A);
 	C(@A);
 	C(@A);