aboutsummaryrefslogtreecommitdiffstats
path: root/csc/compare-test.csc
diff options
context:
space:
mode:
Diffstat (limited to 'csc/compare-test.csc')
-rw-r--r--csc/compare-test.csc10
1 files changed, 5 insertions, 5 deletions
diff --git a/csc/compare-test.csc b/csc/compare-test.csc
index 68ea5e6..8791e1d 100644
--- a/csc/compare-test.csc
+++ b/csc/compare-test.csc
@@ -31,6 +31,9 @@
(test diff-record
(assert-equal
" (
+ (!type .
+ <test-type>
+ )
(a .
5
)
@@ -38,9 +41,6 @@
- 5
+ 6
)
- (type .
- <test-type>
- )
)
"
(diff (make-test-type 5 5) (make-test-type 5 6) (cons test-type? %test-type))))
@@ -49,7 +49,7 @@
(test diff-multiline-string
(assert-equal
" (
- (type .
+ (!type .
string
)
(value .
@@ -67,7 +67,7 @@
(test diff-vector
(assert-equal
" (
- (type .
+ (!type .
vector
)
(value .