Update test format.

original commit: 88dafca69fae596763037c22f9557e5f875de87c
This commit is contained in:
Vincent St-Amour 2011-06-17 18:05:09 -04:00
parent d54c43282b
commit 367e703ca8

View File

@ -1,10 +1,10 @@
#;
(
false-huh-dead-code.rkt line 10 col 16 - (quote 1) - dead then branch
false-huh-dead-code.rkt line 11 col 13 - (quote 1) - dead then branch
TR opt: false-huh-dead-code.rkt 10:16 1 -- dead then branch
TR opt: false-huh-dead-code.rkt 11:13 1 -- dead then branch
2
2
)
)
#lang typed/racket
(if (false? #t) 1 2)