From bb50fdf9d134771eb668520f350436539ed0deee Mon Sep 17 00:00:00 2001 From: Simon Parten Date: Sat, 30 Sep 2023 22:10:43 +0200 Subject: [PATCH] . --- tests/shared/src/test/scala/dynamic.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/shared/src/test/scala/dynamic.scala b/tests/shared/src/test/scala/dynamic.scala index df2b387..897da4b 100644 --- a/tests/shared/src/test/scala/dynamic.scala +++ b/tests/shared/src/test/scala/dynamic.scala @@ -41,7 +41,6 @@ class DynamicTests extends munit.FunSuite: val anotherVec2 = vec3.index(idx) val sum = vec2 +! anotherVec2 - assert( // notice the difference in the operator on the last line vs above compileErrors("""