Browse Source

* moved to succes instead of fail

peter 26 years ago
parent
commit
4d58eaf60b
2 changed files with 5 additions and 5 deletions
  1. 3 3
      tests/tbs0203.pp
  2. 2 2
      tests/tbs0203a.pp

+ 3 - 3
tests/tbf0203.pp → tests/tbs0203.pp

@@ -1,10 +1,10 @@
-program tbf0203;
+program tbs0203;
 
 
-uses 
+uses
 {$ifdef go32v2}
 {$ifdef go32v2}
   dpmiexcp,
   dpmiexcp,
 {$endif def go32v2}
 {$endif def go32v2}
-  tbf0203a;
+  tbs0203a;
 
 
 begin
 begin
    c;
    c;

+ 2 - 2
tests/tbf0203a.pp → tests/tbs0203a.pp

@@ -1,4 +1,4 @@
-unit tbf0203a;
+unit tbs0203a;
 
 
 interface
 interface
    procedure a;
    procedure a;
@@ -15,7 +15,7 @@ implementation
 
 
    procedure b;[public, alias : '_assembler_a'];
    procedure b;[public, alias : '_assembler_a'];
      begin
      begin
-        Writeln('b called'); 
+        Writeln('b called');
         Is_called:=true;
         Is_called:=true;
      end;
      end;