#1281. Expected error location updated
diff --git a/Language/Statements/Do/syntax_t01.dart b/Language/Statements/Do/syntax_t01.dart
index 85fd70c..a663d0d 100644
--- a/Language/Statements/Do/syntax_t01.dart
+++ b/Language/Statements/Do/syntax_t01.dart
@@ -12,17 +12,14 @@
 /// @description Checks that it is a compile-time error if the loop statement is
 /// empty.
 /// @author vasya
-/// @reviewer rodionov
-/// @reviewer iefremov
-
 
 main() {
-  try {
     do
     while (true);
-  } catch (x) {}
 //^
 // [analyzer] unspecified
 // [cfe] unspecified
 }
-
+//^
+// [analyzer] unspecified
+// [cfe] unspecified