From c1d2ed1a7b5bb30c63937acdbb267b45f1f75340 Mon Sep 17 00:00:00 2001 From: krasimir Date: Sat, 6 Feb 2010 20:15:46 +0000 Subject: [PATCH] test case for invalid parameter definition --- testsuite/compiler/check/params/Params.gf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testsuite/compiler/check/params/Params.gf diff --git a/testsuite/compiler/check/params/Params.gf b/testsuite/compiler/check/params/Params.gf new file mode 100644 index 000000000..52ab876e2 --- /dev/null +++ b/testsuite/compiler/check/params/Params.gf @@ -0,0 +1,5 @@ +resource Params = { + +param P = P1 Str ; + +} \ No newline at end of file