From bdde577b02e4eb2eb3b70d14e6a8aa573eda0be4 Mon Sep 17 00:00:00 2001 From: Satia Herfert Date: Tue, 12 Sep 2023 16:33:35 +0200 Subject: [PATCH] At compile time we expect SyntaxErrors not TypeErrors for these cases. --- tck/features/expressions/graph/Graph6.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tck/features/expressions/graph/Graph6.feature b/tck/features/expressions/graph/Graph6.feature index 796433dd0e..e88305e6bb 100644 --- a/tck/features/expressions/graph/Graph6.feature +++ b/tck/features/expressions/graph/Graph6.feature @@ -160,7 +160,7 @@ Feature: Graph6 - Static property access WITH AS nonGraphElement RETURN nonGraphElement.num """ - Then a TypeError should be raised at compile time: InvalidArgumentType + Then a SyntaxError should be raised at compile time: InvalidArgumentType Examples: | exp |