Skip to content
Snippets Groups Projects
Commit e0921ae7 authored by benjamin.franksen's avatar benjamin.franksen
Browse files

test: fixed number of errors for misplacedExit

parent d18c6736
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ my $error = { ...@@ -28,7 +28,7 @@ my $error = {
efPointer => 1, efPointer => 1,
foreignGlobal => 3, foreignGlobal => 3,
foreignNoInit => 1, foreignNoInit => 1,
misplacedExit => 2, misplacedExit => 1,
pvNotAssigned => 20, pvNotAssigned => 20,
sync_not_assigned => 1, sync_not_assigned => 1,
syncq_not_assigned => 1, syncq_not_assigned => 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment