summaryrefslogtreecommitdiff
path: root/tests/webtbf
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-11-25 20:58:20 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-11-25 20:58:20 +0000
commit2dd99c1817c04a106fefb738d480ac51a64496ae (patch)
tree4e188cdb03149e9553dab49da854b686661ab50c /tests/webtbf
parente834474c71baf6d688585600dd9f43e458fc36d1 (diff)
downloadfpc-2dd99c1817c04a106fefb738d480ac51a64496ae.tar.gz
* warn only in delphi mode if an explicit enumeration value exceeds the range, relaxes r43191
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@43590 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'tests/webtbf')
-rw-r--r--tests/webtbf/tw34633.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/webtbf/tw34633.pp b/tests/webtbf/tw34633.pp
index e0902e57f4..dbe4211ee9 100644
--- a/tests/webtbf/tw34633.pp
+++ b/tests/webtbf/tw34633.pp
@@ -1,5 +1,5 @@
{ %fail }
-{$mode delphi}
+{$mode objfpc}
type tenum = (b0, b1, b2, bMax = high(dword));
begin