summary refs log tree commit diff stats
path: root/tests/toptions.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2008-11-16 22:08:15 +0100
committerAndreas Rumpf <rumpf_a@web.de>2008-11-16 22:08:15 +0100
commit8b2a9401a147bd0b26cd2976ae71a1022fbde8cc (patch)
treec1a1323003ee8148af5dc60bcf1b88157dd00eb8 /tests/toptions.nim
parent972c51086152bd45aef4eb17c099fa3472a19d04 (diff)
downloadNim-8b2a9401a147bd0b26cd2976ae71a1022fbde8cc.tar.gz
version 0.7.0
Diffstat (limited to 'tests/toptions.nim')
-rw-r--r--tests/toptions.nim9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/toptions.nim b/tests/toptions.nim
index 2d15dd348..95bb5cfbc 100644
--- a/tests/toptions.nim
+++ b/tests/toptions.nim
@@ -2,13 +2,6 @@
 # Used command line arguments:

 # -m -q -o bootstrap\options.mor options.pas

 #

-#

-#            The Morpork Compiler

-#        (c) Copyright 2004 Andreas Rumpf

-#

-#    See the file "copying.txt", included in this

-#    distribution, for details about the copyright.

-#

 

 type

   # please make sure we have under 32 options (improves code efficiency!)

@@ -26,4 +19,4 @@ var
   gOptions: TOptionset = {optRefcGC, optRangeCheck, optBoundsCheck,

     optOverflowCheck, optAssert, optWarns, optHints, optLineDir, optStackTrace}

   compilerArgs: int

-  gExitcode: uint8

+  gExitcode: int8