From 420ee870c14f26747103ced6a0f0a7481b802b86 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 13 May 2023 21:12:20 -0400 Subject: Remove $ syntax. Conflicts with goblins. --- tests/scene.scm | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'tests') diff --git a/tests/scene.scm b/tests/scene.scm index 533c738..af340cc 100644 --- a/tests/scene.scm +++ b/tests/scene.scm @@ -9,19 +9,6 @@ (define-class ()) (with-tests "scene" - (test-group "$" - (let ((scene (make ))) - (test-eq "no arguments" - (with-scene scene - ($)) - scene)) - (let ((scene (make )) - (node (make #:name 'foo))) - (test-eq "one argument" - (with-scene scene - (attach-to scene node) - ($ foo)) - node))) (let ((scene (make )) (node (make #:name 'foo))) (test-eq "add-to-scene" -- cgit v1.2.3