From 5b18305e11b1f2bcba0e6d6e4ebfd7d51fb6ccba 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. --- 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 0000000000..f328fd5c95 --- /dev/null +++ b/collects/tests/typed-scheme/fail/tc-error-format.rkt @@ -0,0 +1,2 @@ +#lang typed/racket +(ann '~s Nothing)