From dcd52eae5f1d4014102a2a78771a1220304f86cc Mon Sep 17 00:00:00 2001
From: "benjamin.franksen" <benjamin.franksen@helmholtz-berlin.de>
Date: Fri, 4 Oct 2013 00:57:38 +0000
Subject: [PATCH] test: moved subscript.st to compiler tests

---
 test/compiler/snc_test.plt               | 1 +
 test/{validate => compiler}/subscript.st | 0
 test/validate/Makefile                   | 1 -
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename test/{validate => compiler}/subscript.st (100%)

diff --git a/test/compiler/snc_test.plt b/test/compiler/snc_test.plt
index 76f70381..141b78c5 100644
--- a/test/compiler/snc_test.plt
+++ b/test/compiler/snc_test.plt
@@ -12,6 +12,7 @@ my $success = {
   member => 0,
   namingConflict => 0,
   nesting_depth => 0,
+  subscript => 0,
   sync_not_monitored => 0,
   syncq_not_monitored => 0,
 };
diff --git a/test/validate/subscript.st b/test/compiler/subscript.st
similarity index 100%
rename from test/validate/subscript.st
rename to test/compiler/subscript.st
diff --git a/test/validate/Makefile b/test/validate/Makefile
index e11a8186..28210160 100644
--- a/test/validate/Makefile
+++ b/test/validate/Makefile
@@ -22,7 +22,6 @@ TESTPROD_HOST += entryVar
 TESTPROD_HOST += exitOptx
 TESTPROD_HOST += optt
 TESTPROD_HOST += stop
-TESTPROD_HOST += subscript
 TESTPROD_HOST += syncq
 
 REGRESSION_TESTS_WITH_DB += bittypes
-- 
GitLab