Skip to content

Commit

Permalink
Remove failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHeuermann committed Mar 13, 2024
1 parent c1a7887 commit 8d42c33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions test/modelica/Class.test.mo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// SYNTAX TEST "source.modelica" "Class"

model M
model MyModel
//<---keyword
// ^ entity.name.type
end M;
// ^^^^^^^ entity.name.type
end MyModel;
//<---keyword
// ^ entity.name.type
// ^^^^^^^ entity.name.type
2 changes: 0 additions & 2 deletions test/modelica/Comments.test.mo
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ model M "Documentation"
Real x "Variable x";
// ^^^^^^^^^^^^ comment.line
Real y = 1.0 "Variable y";
// ^^^^^^^^^^^^ comment.line
String z = "hello" "Variable z";
// ^^^^^^^^^^^^ comment.line
Foo foo(x=1) "Variable foo";
// ^^^^^^^^^^^^^^ comment.line
end M;

0 comments on commit 8d42c33

Please sign in to comment.