From 034c06a30e2b656213ba60e52555c9e205657667 Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Fri, 10 Dec 2010 15:03:18 -0500 Subject: [PATCH] New test case for formatting bug in TR error messages. original commit: 5b18305e11b1f2bcba0e6d6e4ebfd7d51fb6ccba --- collects/tests/typed-scheme/fail/tc-error-format.rkt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 collects/tests/typed-scheme/fail/tc-error-format.rkt diff --git a/collects/tests/typed-scheme/fail/tc-error-format.rkt b/collects/tests/typed-scheme/fail/tc-error-format.rkt new file mode 100644 index 00000000..f328fd5c --- /dev/null +++ b/collects/tests/typed-scheme/fail/tc-error-format.rkt @@ -0,0 +1,2 @@ +#lang typed/racket +(ann '~s Nothing)