diff options
Diffstat (limited to 'testsuite/tests/backtrace/backtrace.ml')
-rw-r--r-- | testsuite/tests/backtrace/backtrace.ml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/backtrace/backtrace.ml b/testsuite/tests/backtrace/backtrace.ml index d8755710a1..94fc9476dd 100644 --- a/testsuite/tests/backtrace/backtrace.ml +++ b/testsuite/tests/backtrace/backtrace.ml @@ -1,3 +1,15 @@ +(***********************************************************************) +(* *) +(* OCaml *) +(* *) +(* Xavier Leroy, projet Gallium, INRIA Rocquencourt *) +(* *) +(* Copyright 2007 Institut National de Recherche en Informatique et *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) +(* *) +(***********************************************************************) + (* A test for stack backtraces *) exception Error of string |