[FIR] Update spec test data
diff --git a/compiler/tests-spec/testData/diagnostics/notLinked/annotations/type-annotations/neg/5.kt b/compiler/tests-spec/testData/diagnostics/notLinked/annotations/type-annotations/neg/5.kt
index 33e40f3..e108f87 100644
--- a/compiler/tests-spec/testData/diagnostics/notLinked/annotations/type-annotations/neg/5.kt
+++ b/compiler/tests-spec/testData/diagnostics/notLinked/annotations/type-annotations/neg/5.kt
@@ -18,4 +18,4 @@
  * TESTCASE NUMBER: 2
  * UNEXPECTED BEHAVIOUR
  */
-class B<T> where @<!DEBUG_INFO_MISSING_UNRESOLVED!>Ann<!>(<!DEBUG_INFO_MISSING_UNRESOLVED!>unresolved_reference<!>) T : Number
+class B<T> where <!ANNOTATION_IN_WHERE_CLAUSE!>@<!DEBUG_INFO_MISSING_UNRESOLVED!>Ann<!>(<!DEBUG_INFO_MISSING_UNRESOLVED!>unresolved_reference<!>)<!> T : Number