This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pascal
/
fpc
mirror da
https://gitlab.com/freepascal.org/fpc/source.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
* added -gh option required to test correctness
git-svn-id: trunk@34491 -
Jonas Maebe
9 anni fa
parent
8cf24a6eba
commit
d19bf787a0
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
1
tests/webtbs/tw30310.pp
+ 2
- 1
tests/webtbs/tw30310.pp
Vedi File
@@ -1,4 +1,5 @@
+{ %opt=-gh }
begin
get_cmdline;
-end.
+end.