This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* Disabled range and overflow checks for the tw36587 test, since overflows are intended there.
git-svn-id: trunk@44168 -
yury
5 years ago
parent
1e64133a08
commit
fc42953814
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
tests/webtbs/tw36587.pp
+ 3
- 0
tests/webtbs/tw36587.pp
View File
@@ -1,3 +1,6 @@
+{$R-}
+{$Q-}
+
const
A1 = 1000000;
B1 = 60;