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

test: moved subscript.st to compiler tests

parent 0601a21c
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ my $success = { ...@@ -12,6 +12,7 @@ my $success = {
member => 0, member => 0,
namingConflict => 0, namingConflict => 0,
nesting_depth => 0, nesting_depth => 0,
subscript => 0,
sync_not_monitored => 0, sync_not_monitored => 0,
syncq_not_monitored => 0, syncq_not_monitored => 0,
}; };
......
File moved
...@@ -22,7 +22,6 @@ TESTPROD_HOST += entryVar ...@@ -22,7 +22,6 @@ TESTPROD_HOST += entryVar
TESTPROD_HOST += exitOptx TESTPROD_HOST += exitOptx
TESTPROD_HOST += optt TESTPROD_HOST += optt
TESTPROD_HOST += stop TESTPROD_HOST += stop
TESTPROD_HOST += subscript
TESTPROD_HOST += syncq TESTPROD_HOST += syncq
REGRESSION_TESTS_WITH_DB += bittypes REGRESSION_TESTS_WITH_DB += bittypes
......
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