Browse Source

* Removed $E- directive from tests to fix compilation for arm-wince.

git-svn-id: trunk@7759 -
yury 18 years ago
parent
commit
bbd9f6f993
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tests/webtbs/tw0882.pp
  2. 1 1
      tests/webtbs/tw2678.pp

+ 1 - 1
tests/webtbs/tw0882.pp

@@ -1,4 +1,4 @@
-{$D+,E-,I+,L+,P-,Q+,R+,S+,T+,V+,X+,Y+}
+{$D+,I+,L+,P-,Q+,R+,S+,T+,V+,X+,Y+}
 {$M 8192,0,655360}
 PROGRAM TEST;
 CONST

+ 1 - 1
tests/webtbs/tw2678.pp

@@ -1,7 +1,7 @@
 { Source provided for Free Pascal Bug Report 2678 }
 { Submitted by "darek mazur" on  2003-09-13 }
 { e-mail: [email protected] }
-{$H-,I-,C-,D+,E-,L+,M-,P-,Q-,R-,S-,T-,X+,Z1}
+{$H-,I-,C-,D+,L+,M-,P-,Q-,R-,S-,T-,X+,Z1}
 {$Y+}
 unit tw2678;
 {$mode delphi}